mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
update: use vitest for api tests
This commit is contained in:
parent
0afc64c5e9
commit
f76a41a2e1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test-prebuild": "pnpm run with-env vitest ./test/prebuild",
|
||||
"test-api-client": "ava ./test/api/client.js --verbose",
|
||||
"test-api-client": "pnpm run with-env vitest ./test/api",
|
||||
"test-listings": "pnpm run with-env vitest ./test/listings",
|
||||
"test-postbuild-api": "pnpm test-listings",
|
||||
"test-vitest": "vitest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue