From bd7e49351bc26b12848d491d75cc03b5e8763363 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Sun, 20 Dec 2020 14:16:02 +0100 Subject: [PATCH] test: Add watch script. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 69e740a7c..c6c567df9 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "test:ts": "tsc -p test --noEmit", "test:integration": "jest test/integration", "test:unit": "jest --collectCoverage test/unit", + "test:watch": "jest --watch test/unit", "validate": "componentsjs-compile-config urn:solid-server:default:Initializer -c config/config-default.json -f > /dev/null", "version": "manual-git-changelog onversion", "watch": "nodemon --watch \"dist/**/*.js\" --exec npm start"