Compact test framework using when-style assertions with recursive test runner. Current stable version 1.0.9. Sub-package of the 'a' monorepo, focusing on minimalist TDD/BDD syntax. Differentiators: lightweight, recursive test discovery, when-style chaining for readable tests. Cadence: part of 'a' ecosystem, releases tied to main package.
npm install a_testNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal test suite using when-style assertions and recursive test runner.
Replace expect() calls with when().then() pattern.
Use describe.skip(() => {}) or it.skip(() => {}).Set rootDir option in test.run({ rootDir: './tests' }) to limit scope.Run 'npm install a_test' in your project.
Change to 'import { describe } from 'a_test'' and ensure package.json has 'type': 'module'.Add 'test.run();' after defining tests.
No dependency data recorded yet.