fontpie
fontpie copied to clipboard
feat: write unit tests
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