ember-cli blueprint for boot-strapping vitest projects
ember new tests -b vitest-blueprint
This generates a tsconfig.json + vitest.config.ts project setup for:
- typescript (and js) -- supported extensions:
js,mjs,cjs,ts,mts,cts
- Node ESM
Matches *test.ext
files.
cd tests
npm test # but this error because there are no tests by default
ember new tests -b vitest-blueprint --skip-npm --skip-git
ember new tests -b vitest-blueprint --skip-npm --skip-git
cd tests
pnpm install # or yarn install