mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add test-vitest command
This commit is contained in:
parent
abdeeb3d3b
commit
042f4e5e41
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
"test-prebuild-functions": "run-s test-prebuild test-api-client test-listings",
|
"test-prebuild-functions": "run-s test-prebuild test-api-client test-listings",
|
||||||
"test-postbuild-api": "run-s test-listings",
|
"test-postbuild-api": "run-s test-listings",
|
||||||
"test-postbuild-functions": "ava ./test/main.js --verbose",
|
"test-postbuild-functions": "ava ./test/main.js --verbose",
|
||||||
|
"test-vitest": "vitest",
|
||||||
"test": "ava --timeout=1m --verbose",
|
"test": "ava --timeout=1m --verbose",
|
||||||
"dev": "npm run dev-astro",
|
"dev": "npm run dev-astro",
|
||||||
"build": "npm run generate-astro",
|
"build": "npm run generate-astro",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue