We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be cool if we set up continuous integration so that a test suite is run against every commit to this repo. Github has some starter docs: https://docs.github.com/en/actions/guides/setting-up-continuous-integration-using-workflow-templates
We want CI so we can make it easy to add tests to our code as we develop.
The text was updated successfully, but these errors were encountered:
@masonmcelvain if we use a testing framework like Jest, we can easily run the testing script for every pull request
Sorry, something went wrong.
No branches or pull requests
It would be cool if we set up continuous integration so that a test suite is run against every commit to this repo. Github has some starter docs:
https://docs.github.com/en/actions/guides/setting-up-continuous-integration-using-workflow-templates
What to do
We want CI so we can make it easy to add tests to our code as we develop.
The text was updated successfully, but these errors were encountered: