From b74202c0907110d8681c58f50c5e17fd9ea8cf68 Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Mon, 30 May 2016 21:16:42 -0500 Subject: [PATCH] Add test:watch --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2ca5bfd..52dcf46 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "coverage": "npm test && nyc report --reporter=text-lcov | coveralls", "postversion": "npm run version:amend && git push origin master --tags && npm publish", "test": "NODE_ENV=test nyc mocha", + "test:watch": "NODE_ENV=test mocha --watch", "version": "npm run changelog", "version:amend": "git commit --amend -m \"Release v${npm_package_version}\"" },