diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-05-20 18:02:22 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-20 18:02:22 +0200 |
commit | cb23cec753677033d546564c8a092b7d7637e48b (patch) | |
tree | 66bc3739c879c8274e379bbb2ca8550d14a0164f /package.json | |
parent | 1b55793f38dcf088c2ab4b5cc9d7e75eb70ed7f7 (diff) | |
download | fengari-cb23cec753677033d546564c8a092b7d7637e48b.tar.gz fengari-cb23cec753677033d546564c8a092b7d7637e48b.tar.bz2 fengari-cb23cec753677033d546564c8a092b7d7637e48b.zip |
test-inprogress npm script
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", |