mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
Remove —runInBand flag from test script
This commit is contained in:
parent
b33d750e0b
commit
cafdd62dae
@ -27,7 +27,7 @@
|
|||||||
"dev:ssr": "run-p serve:ssr watch:*",
|
"dev:ssr": "run-p serve:ssr watch:*",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"fixlint": "eslint . --fix",
|
"fixlint": "eslint . --fix",
|
||||||
"test": "jest --runInBand",
|
"test": "jest",
|
||||||
"test:e2e": "jest --selectProjects e2e",
|
"test:e2e": "jest --selectProjects e2e",
|
||||||
"test:integration": "jest --selectProjects integration",
|
"test:integration": "jest --selectProjects integration",
|
||||||
"test:unit": "jest --selectProjects unit",
|
"test:unit": "jest --selectProjects unit",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user