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