You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of calculations in our small npx-tool. It will be good to have some unit tests for it and no more worried about mistakes after refactoring.
Setup Jest
Write unit tests for all functions in index.js
Write test script in package.json
Setup GitHub CI to run test command on each PR and merge to main branch
The text was updated successfully, but these errors were encountered:
There are a lot of calculations in our small npx-tool. It will be good to have some unit tests for it and no more worried about mistakes after refactoring.
index.js
package.json
The text was updated successfully, but these errors were encountered: