aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-12-29 03:04:53 +1100
committerdaurnimator <quae@daurnimator.com>2017-12-29 03:04:53 +1100
commit8254a7645a7fbf8588565bd40a3836779ec955b3 (patch)
treee0cd6ade2517fc146ea5be3e9c7d367942ee9dcf /package.json
parentffbae7dce27aff68a0f37529e1837378efa43a36 (diff)
downloadfengari-8254a7645a7fbf8588565bd40a3836779ec955b3.tar.gz
fengari-8254a7645a7fbf8588565bd40a3836779ec955b3.tar.bz2
fengari-8254a7645a7fbf8588565bd40a3836779ec955b3.zip
package.json: Remove old test-inprogress script
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0936559..631b2e9 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,7 @@
"scripts": {
"build": "webpack",
"lint": "eslint src/ tests/",
- "test": "tape tests/*.js tests/test-suite/*.js | faucet",
- "test-inprogress": "tape tests/test-suite/inprogress/*.js | faucet"
+ "test": "tape tests/*.js tests/test-suite/*.js | faucet"
},
"repository": {
"type": "git",