aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f2bf6e6..2c1d74e 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"lint:fix": "eslint --fix 'src/**/*.ts'",
"test": "jest",
"test:coverage": "jest --coverage",
+ "test:debug": "node --expose-gc $(yarn bin jest) --logHeapUsage",
"tsc": "tsc",
"doc": "typedoc src"
},