summaryrefslogtreecommitdiff
path: root/deps/npm
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm')
-rw-r--r--deps/npm/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 16d044024b..ec38da222f 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -207,7 +207,7 @@
"tap": "tap --timeout 240",
"test": "standard && npm run test-tap",
"test-tap": "npm run tap -- \"test/tap/*.js\"",
- "test-node": "\"$NODE\" ./test/run.js && \"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
+ "test-node": "\"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
},
"license": "Artistic-2.0"
}