JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q38838F
  • License MIT

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.

Package Exports

  • adaptive-tests
  • adaptive-tests/typescript

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 wizard
  • adaptive-tests migrate – convert traditional tests to adaptive tests
  • adaptive-tests enable-invisible – enable import auto-healing
  • adaptive-tests scaffold – generate adaptive test skeletons
  • adaptive-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.