Testing
Run Unit Test Suite
yarn run test
or
npm run test
Creating Tests
- create a
<module-name>.test.ts
file in the respective folder - using
chai
assertion syntax, describe your unit test cases - visit the oclif testing documentation to see more details
Table of Contents