diff options
-rw-r--r-- | package.json | 3 | ||||
-rw-r--r-- | tests/test-suite/nextvar.js (renamed from tests/test-suite/inprogress/nextvar.js) | 0 |
2 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", diff --git a/tests/test-suite/inprogress/nextvar.js b/tests/test-suite/nextvar.js index 6cf7c74..6cf7c74 100644 --- a/tests/test-suite/inprogress/nextvar.js +++ b/tests/test-suite/nextvar.js |