mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
Move vitest.config.ts to default location for better tooling compatibility
This commit is contained in:
parent
9cb71d6b6b
commit
241e456fe2
2 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"playwright:cli": "playwright test",
|
||||
"playwright:gui": "playwright test --ui",
|
||||
"test": "run-s test:unit test:e2e:all",
|
||||
"test:unit": "vitest --config test/vitest.config.ts run",
|
||||
"test:unit": "vitest run",
|
||||
"test:unit:watch": "npm run test:unit -- --watch --inspect=5556",
|
||||
"test:unit:coverage": "vitest --config test/vitest.config.ts run --coverage",
|
||||
"test:e2e": "run-s playwright:cli --project=chromium",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue