adaptive-tests
v0.3.2
Published
Tests that don't break when you move files. Smart test discovery finds your code by understanding its structure, not hardcoded paths. Works with Jest, Mocha, Vitest.
Maintainers
Readme
adaptive-tests (Meta Package)
This package bundles the JavaScript CLI (@adaptive-tests/javascript) and exposes a convenient adaptive-tests binary. It is the entry point recommended in the root README (npx adaptive-tests ...).
Included Commands
adaptive-tests init– interactive setup wizardadaptive-tests migrate– convert traditional tests to adaptive testsadaptive-tests enable-invisible– enable import auto-healingadaptive-tests scaffold– generate adaptive test skeletonsadaptive-tests why– inspect discovery scoring
Each command forwards to the implementation shippped in @adaptive-tests/javascript.
Usage
npx adaptive-tests init
npx adaptive-tests enable-invisible --dry-run
npx adaptive-tests why '{"name":"UserService"}'For comprehensive documentation see the main project README.
