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 fcabaa6 commit c6cdaacCopy full SHA for c6cdaac
package.json
@@ -24,7 +24,7 @@
24
"build": "tsc",
25
"prepack": "tsc --declaration",
26
"test": "jest",
27
- "test:ci": "jest --detectOpenHandles",
+ "test:ci": "jest --forceExit",
28
"lint": "tslint -p tsconfig.json -p tests/tsconfig.json",
29
"lint:fix": "npm run lint -- --fix",
30
"prettier": "prettier --write \"{src,tests}/**/*.ts\"",
0 commit comments