@commercetools/cli-topic-integration-layer@0.8.0
·
7 commits
to main
since this release
Minor Changes
- 9fa0fef:
initnow scaffolds a colocated Vitest test for the starter extension (extensions/hello-world/src/extension.test.ts) that calls the resolver directly against a minimal fake context. The generatedhello-worldpackage gains atestscript (vitest run) plusvitestas a dev dependency, and the root gains apnpm testscript that fans the suites out across every extension (pnpm -r test). The README and CLI docs document the pattern so a copied extension stays testable out of the box.