fontpie icon indicating copy to clipboard operation
fontpie copied to clipboard

feat: write unit tests

Open sashasushko opened this issue 3 years ago • 0 comments

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

sashasushko avatar Nov 09 '22 09:11 sashasushko