testing
Installation
SKILL.md
Testing – contentstack-marketplace-sdk
When to use
- Adding tests under
test/unitor API suites - Working with
nyccoverage or mochawesome reports
Instructions
Runners
- Mocha with
@babel/registerfor most suites;nycwraps coverage. npm run test:typescriptruns Jest withjest.config.jsfor TypeScript-focused tests.
Reports
- Sanity HTML reports (
test:sanity-report) are optional helpers—do not commit generated artifacts meant for CI only.