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
We need unit tests. Unit tests a must for code quality, and also provide a great tool to tet functionality locally in an isolated fashion.
implement https://jestjs.io/docs/getting-started for unit tests.
Test naming conventions should be <file>.test.js and live next to the file they are testing. ie:
<file>.test.js
folder |__ file.js |__file.test.js
[Add Risks]
[...Issues]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We need unit tests. Unit tests a must for code quality, and also provide a great tool to tet functionality locally in an isolated fashion.
Technical Notes
implement https://jestjs.io/docs/getting-started for unit tests.
Test naming conventions should be
<file>.test.js
and live next to the file they are testing. ie:folder
|__ file.js
|__file.test.js
Risks
[Add Risks]
Related Issues Or Discussions
[...Issues]
The text was updated successfully, but these errors were encountered: