testing

Installation
SKILL.md

Testing – contentstack-marketplace-sdk

When to use

  • Adding tests under test/unit or API suites
  • Working with nyc coverage or mochawesome reports

Instructions

Runners

  • Mocha with @babel/register for most suites; nyc wraps coverage.
  • npm run test:typescript runs Jest with jest.config.js for TypeScript-focused tests.

Reports

  • Sanity HTML reports (test:sanity-report) are optional helpers—do not commit generated artifacts meant for CI only.

Mocking

Installs
1
First Seen
10 days ago
testing — contentstack/contentstack-marketplace-sdk