Skip to content

Commit d907847

Browse files
Konstantin Vyatkintinovyatkin
Konstantin Vyatkin
authored andcommitted
Remove detectLeaks
1 parent d996ecb commit d907847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsc",
2222
"lint": "eslint --ext=ts ./src",
2323
"prepublishOnly": "jest && tsc",
24-
"test": " node --trace-warnings --unhandled-rejections=none --expose-gc node_modules/jest-cli/bin/jest --detectLeaks --detectOpenHandles --logHeapUsage"
24+
"test": " node --trace-warnings --unhandled-rejections=none --expose-gc node_modules/jest-cli/bin/jest --detectOpenHandles --logHeapUsage"
2525
},
2626
"dependencies": {
2727
"@node-rs/crc32": "0.3.2"

0 commit comments

Comments
 (0)