New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

adaptive-tests

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptive-tests

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.

latest
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

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.

Keywords

adaptive

FAQs

Package last updated on 21 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts