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" }