UNPKG

adaptive-tests

Version:

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.

9 lines (6 loc) 225 B
#!/usr/bin/env node const { main } = require('@adaptive-tests/javascript/cli/create-adaptive-app'); main(process.argv).catch((error) => { console.error('Error running create-adaptive-app:', error); process.exit(1); });