@contractspec/lib.testing
v3.7.17
Published
Contract-aware testing utilities and runners
Maintainers
Readme
@contractspec/lib.testing
Website: https://contractspec.io
Contract-aware testing utilities and runners.
What It Provides
- Layer: lib.
- Consumers: CLI, bundles.
src/adapters/contains runtime, provider, or environment-specific adapters.- Related ContractSpec packages include
@contractspec/lib.contracts-spec,@contractspec/lib.schema,@contractspec/tool.bun,@contractspec/tool.typescript. src/adapters/contains runtime, provider, or environment-specific adapters.
Installation
npm install @contractspec/lib.testing
or
bun add @contractspec/lib.testing
Usage
Import the root entrypoint from @contractspec/lib.testing, or choose a documented subpath when you only need one part of the package surface.
Architecture
src/adapters/contains runtime, provider, or environment-specific adapters.src/generatoris part of the package's public or composition surface.src/index.tsis the root public barrel and package entrypoint.src/recorderis part of the package's public or composition surface.src/types.tsis shared public type definitions.
Public Entry Points
- Export
.resolves through./src/index.ts.
Local Commands
bun run dev— contractspec-bun-build devbun run build— bun run prebuild && bun run build:bundle && bun run build:typesbun run test— bun testbun run lint— bun lint:fixbun run lint:check— biome check .bun run lint:fix— biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .bun run typecheck— tsc --noEmitbun run publish:pkg— bun publish --tolerate-republish --ignore-scripts --verbosebun run publish:pkg:canary— bun publish:pkg --tag canarybun run clean— rimraf dist .turbobun run build:bundle— contractspec-bun-build transpilebun run build:types— contractspec-bun-build typesbun run prebuild— contractspec-bun-build prebuild
Recent Updates
- Replace eslint+prettier by biomejs to optimize speed.
Notes
- TrafficRecorder and GoldenTestGenerator interfaces are public API — do not break signatures.
- Test output format must stay compatible with Vitest and Jest runners.
