From fe1472208fceb08770ea9ada6ced9efbb5bf6b47 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Mon, 15 Oct 2018 14:53:03 +0200 Subject: [PATCH] added test:watch script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index eb73622..addb1bd 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/squid.js", "scripts": { "test": "mocha", + "test:watch": "mocha -w --watch-extensions js,ts", "test:cover": "nyc mocha", "lint": "tslint -c tslint.json 'src/**/*.ts'", "start": "npm link @oceanprotocol/keeper-contracts && npm run build:watch",