testing
от contentstack
Используется для модульных тестов Mocha/NYC, API-тестов и Jest TypeScript-тестов в contentstack-marketplace-sdk.
npx skills add https://github.com/contentstack/contentstack-marketplace-sdk --skill testingTesting – 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.
Mocking
- nock / axios-mock-adapter patterns may exist—keep tests hermetic without real network when possible.