mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add tests for api client
This commit is contained in:
parent
7ebee653c6
commit
ef065423cc
2 changed files with 82 additions and 2 deletions
|
|
@ -20,9 +20,10 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
|
||||
"test-prebuild-functions": "npm run test-prebuild && npm run test-listings",
|
||||
"test-postbuild-api": "npm run test-listings",
|
||||
"test-api-client": "ava ./test/api/client.js --verbose",
|
||||
"test-listings": "ava ./test/listings/**/*.js --verbose",
|
||||
"test-prebuild-functions": "run-s test-prebuild test-api-client test-listings",
|
||||
"test-postbuild-api": "run-s test-listings",
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue