Use CircleCI to run tests
k4m4 opened this issue · 0 comments
k4m4 commented
- Create a
.circleci/config.yml
file to run thetest.js
file and perform coverage tests. - Helpful documentation:
circleci.com/docs/2.0/language-javascript/
- You can also refer to
unmock/unmock-js/.circleci/config.yml
.