| name | testing |
| description | Jest and integration tests for contentstack-cli-tsgen (v1 line). |
Testing skill (contentstack-cli-tsgen)
This package is the only cli-plugins package that uses Jest (other plugins use Mocha).
Commands
| Command | What it does |
|---|
pnpm test | Jest with --testPathPattern=tests; then posttest runs ESLint |
pnpm run test:integration | Jest only for tests/integration |
pnpm run build | Build lib/ (required before csdx plugins:link) |
From repo root: pnpm --filter contentstack-cli-tsgen …
Config
Integration tests
CI