Add jest --watch helper for npm scripts

This commit is contained in:
Goh Jia Hao 2018-06-10 10:52:42 -07:00
parent bd89f90a3d
commit 147a02743a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
"dev-up": "npm install && (cd ./app && npm install) && npm run build",
"dev-up-win": "npm install & cd app & npm install & cd .. & npm run build",
"test": "jest src",
"guard": "jest --watch src",
"e2e": "jest e2e",
"tdd": "gulp tdd",
"lint": "eslint .",