test:watch script

This commit is contained in:
Philipp Dormann 2020-12-05 20:45:22 +01:00
parent def7ca3eb2
commit 34567f24c3
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@
"dev": "nodemon src/app.ts",
"build": "tsc",
"docs": "typedoc --out docs src",
"test": "jest"
"test": "jest",
"test:watch": "jest --watchAll"
},
"nodemonConfig": {
"ignore": [