Add test-watch script

This commit is contained in:
Scott Carver
2018-11-11 21:27:26 -08:00
parent 39f9bdc5eb
commit 163fccdb02

View File

@@ -7,7 +7,8 @@
"scripts": {
"dev": "webpack-dev-server --content-base static --mode development",
"build": "NODE_ENV=production webpack --mode production",
"test": "ava --verbose"
"test": "ava --verbose",
"test-watch": "ava --watch"
},
"dependencies": {
"babel-polyfill": "^6.26.0",