From 8254a7645a7fbf8588565bd40a3836779ec955b3 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 29 Dec 2017 03:04:53 +1100 Subject: package.json: Remove old test-inprogress script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3-54-g00ecf