diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 0936559..631b2e9 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "scripts": { "build": "webpack", "lint": "eslint src/ tests/", - "test": "tape tests/*.js tests/test-suite/*.js | faucet", - "test-inprogress": "tape tests/test-suite/inprogress/*.js | faucet" + "test": "tape tests/*.js tests/test-suite/*.js | faucet" }, "repository": { "type": "git", |