-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript hygiene automation #62
Comments
What does this mean? Does pytest here mean something like "the pytest (or pytest-app-framework) target of the top-level Makefile"? Or maybe this means just to Do The Right Thing to automate running all our regression tests, regardless of language of origin? |
I am reluctant to add eslint (JavaScript) lint to our continuous-integration.yml or as a gate for commits or PR merges until we have good test coverage for our existing JavaScript modules (#354). That is, fixing lint violations changes code and thus good practice suggests doing regression testing that we don't have yet. And at that point, we may as well fix all the lint violations in one go so as to take the hit of a huge PR diff just once. My guess is that we won't get to this for Dec2024, but maybe the next one. |
Simson has no idea how to do this.
- [ ] Create unit tests for all JavaScript.Issue moved to #354The text was updated successfully, but these errors were encountered: