mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore: see if travis is hapy with serial tests
This commit is contained in:
parent
fe8ce7debd
commit
4e8405d499
@ -40,7 +40,7 @@
|
||||
"db-migrate": "db-migrate",
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "NODE_ENV=test PORT=4243 ava",
|
||||
"test": "NODE_ENV=test PORT=4243 ava --serial",
|
||||
"test:docker": "./scripts/docker-postgres.sh",
|
||||
"test:watch": "npm run test -- --watch",
|
||||
"test:pg-virtualenv": "pg_virtualenv npm run test:pg-virtualenv-chai",
|
||||
|
Loading…
Reference in New Issue
Block a user