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