We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b738d83 commit be7f6f3Copy full SHA for be7f6f3
package.json
@@ -46,8 +46,8 @@
46
"scripts": {
47
"clean": "rm -rf dist",
48
"compile": "npm run clean && tsc -p .",
49
- "test": "jest",
50
- "coverage": "jest --coverage",
+ "test": "jest --runInBand",
+ "coverage": "jest --coverage --runInBand",
51
"lint": "tslint -p tsconfig.json",
52
"watch": "tsc -w -p .",
53
"publish-next": "npm publish --tag next",
0 commit comments