From cb23cec753677033d546564c8a092b7d7637e48b Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Sat, 20 May 2017 18:02:22 +0200 Subject: test-inprogress npm script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3-54-g00ecf