aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-05-20 18:02:22 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-05-20 18:02:22 +0200
commitcb23cec753677033d546564c8a092b7d7637e48b (patch)
tree66bc3739c879c8274e379bbb2ca8550d14a0164f
parent1b55793f38dcf088c2ab4b5cc9d7e75eb70ed7f7 (diff)
downloadfengari-cb23cec753677033d546564c8a092b7d7637e48b.tar.gz
fengari-cb23cec753677033d546564c8a092b7d7637e48b.tar.bz2
fengari-cb23cec753677033d546564c8a092b7d7637e48b.zip
test-inprogress npm script
-rw-r--r--package.json3
-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