From 058d5e07748b3404d93e3005bce416acc9e0680e Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Sun, 20 Aug 2017 18:37:01 +0300 Subject: [PATCH] Fix testing commands --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index abc9e86..2f0368b 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "test": "test" }, "scripts": { - "test": "testem", - "watch-tests": "./node_modules/.bin/ava --watch" + "testem": "testem", + "test": "./node_modules/.bin/ava" }, "license": "MIT" }