Fix broken tests and added npm run test-watch to have jest run everytime a change is made

This commit is contained in:
2019-09-05 22:57:50 +02:00
parent 26a869a189
commit 41e2a50d85
3 changed files with 13 additions and 5 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --optimize-minimize --config webpack.production.config.js",
"webpack": "webpack --config webpack.config.js --watch",
"test": "jest"
"test": "jest",
"test-watch": "jest --watch"
},
"keywords": [],
"author": "",