diff --git a/package.json b/package.json index f12de0f..af5a361 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "server": "echo \"Demo is available http://localhost:8080/demo\" && http-server -p 8080", "start": "nodemon --exec \"npm run build && npm run server\" --kill-all --watch ./src -e ts", "test": "NODE_PATH=./src jest --coverage ./tests --no-cache", + "test:watch": "NODE_PATH=./src jest ./tests --watch", "ts": "tsc --pretty" }, "repository": {