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 be69cbd commit abbc713Copy full SHA for abbc713
package.json
@@ -22,7 +22,7 @@
22
"postbuild": "copyfiles -u 1 src/tests/data/* dist/;",
23
"lint": "eslint . --ext .ts",
24
"lint-and-fix": "eslint . --ext .ts --fix",
25
- "test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest"
+ "test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest --runInBand"
26
},
27
"repository": "https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli.git",
28
"author": "Jay Nanduri",
0 commit comments