mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
integration tests: don't record fixtures in parallel ✅
This commit is contained in:
parent
0d965c585d
commit
4c8aeeb70c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
"lint": "eslint .",
|
||||
"test-unit": "tap test/lib/*.js test/*.js test/format/*.js test/parse/*.js",
|
||||
"test-integration": "VCR_MODE=playback tap test/e2e/*.js",
|
||||
"test-integration:record": "VCR_MODE=record tap -t60 -j16 test/e2e/*.js",
|
||||
"test-integration:record": "VCR_MODE=record tap -t60 -j1 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