From ebd86edd7e642e23215c365ea84bd0e41106b4ca Mon Sep 17 00:00:00 2001 From: Hen Shalom Date: Thu, 1 Mar 2018 13:12:53 +0200 Subject: [PATCH] add watch to mocha test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcff4bc..13fbc0f 100644 --- a/package.json +++ b/package.json @@ -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",