Skip to content

Commit d4f626c

Browse files
committed
Add --detectOpenHandles to Jest
1 parent 5043056 commit d4f626c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch-ts": "tsc -w",
1212
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
1313
"clean": "rimraf ./dist",
14-
"test": "yon lint && jest --forceExit --coverage --verbose",
14+
"test": "yon lint && jest --forceExit --detectOpenHandles --coverage --verbose",
1515
"watch-test": "yon test --watchAll",
1616
"prepublish": "yon test && yon build"
1717
},

0 commit comments

Comments
 (0)