From f7a2bd52b164f6981fc7ff0d502dfafc5a6e6c01 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Wed, 12 Aug 2020 15:32:06 +0530 Subject: [PATCH] package.json - Add command `test:watch` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dece113..b9bfead 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", + "test:watch": "tsdx test --watch", "lint": "tsdx lint", "prepare": "tsdx build" },