mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
run network-bound tests in parallel ✅
This commit is contained in:
parent
b616330523
commit
0148a5bcbc
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@
|
|||
"lint": "eslint .",
|
||||
"test-unit": "tap test/*.js test/format/*.js test/parse/*.js",
|
||||
"test-integration": "VCR_MODE=playback tap test/e2e/*.js",
|
||||
"test-integration:record": "VCR_MODE=record tap test/e2e/*.js",
|
||||
"test-e2e": "VCR_OFF=true tap test/e2e/*.js",
|
||||
"test-integration:record": "VCR_MODE=record tap -t60 -j16 test/e2e/*.js",
|
||||
"test-e2e": "VCR_OFF=true tap -t60 -j16 test/e2e/*.js",
|
||||
"test": "npm run test-unit && npm run test-integration",
|
||||
"prepublishOnly": "npm run lint && npm test"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue