add watch to mocha test

This commit is contained in:
Hen Shalom 2018-03-01 13:12:53 +02:00
parent 86e4b85a89
commit ebd86edd7e

View file

@ -4,7 +4,7 @@
"description": "esay to use and simple json verstion control ",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-core/register"
"test": "mocha --require babel-core/register --watch "
},
"author": "Hen Shalom",
"license": "ISC",