mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
test(jest): run e2e tests concurrently
Fixes #1644 Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
3a47e962ea
commit
d094570a8c
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
"test:watch": "jest --watch",
|
||||
"test:cov": "jest --coverage",
|
||||
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
||||
"test:e2e": "jest --config jest-e2e.json --runInBand",
|
||||
"test:e2e:cov": "jest --config jest-e2e.json --coverage --runInBand",
|
||||
"test:e2e": "jest --config jest-e2e.json",
|
||||
"test:e2e:cov": "jest --config jest-e2e.json --coverage",
|
||||
"seed": "ts-node src/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue