Commit 1fe3298f authored by Jonathan Cunanan's avatar Jonathan Cunanan

Add Jest Watch mode

parent 06f5701c
......@@ -8,7 +8,9 @@
"prod": "npm run build && NODE_ENV=production node ./dist/bin/www",
"build": "npm run clean && babel ./src --config-file ./babel.config.js --out-dir dist",
"clean": "rimraf dist",
"watch": "nodemon --config ./nodemon.json --"
"watch": "nodemon --config ./nodemon.json --",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"cookie-parser": "~1.4.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment