test: test non-juggler only

This commit is contained in:
jannyHou 2019-07-03 14:21:09 -04:00
parent 1334828bec
commit 5552bab76a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"scripts": {
"pretest": "node pretest.js",
"lint": "eslint .",
"test": "mocha --timeout 10000 test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
"test": "mocha --timeout 10000 test/*.test.js",
"posttest": "npm run lint"
},
"dependencies": {