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