From 570997a58edc787f9f158ed1b00bbd9600f40047 Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Sun, 4 Aug 2019 15:15:10 +0100 Subject: [PATCH] wip --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b18cef6e0e..ad52d403b0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "lint:type": "tsc --noEmit", "commitlint": "commitlint --from=master", "security": "npm audit", - "test:only": "jest", + "test:only": "jest --detectOpenHandles", "test:coverage": "npm run test:only -- --coverage", "test:watch": "npm run test:coverage --watch", "test": "npm run test:coverage",