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