mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
try to fix tests working per version (#867)
* try to fix tests working per version * fix nonpartests * fix
This commit is contained in:
parent
66f17e43eb
commit
5d5d76f35d
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"prepare": "npm install require-self && require-self",
|
||||
"test": "mocha --recursive --reporter spec --exit -i -g \"Test version\"",
|
||||
"test-non-par": "mocha --recursive --reporter spec --exit -g \"Test version\"",
|
||||
"test": "mocha --recursive --reporter spec --exit --exclude \"non-par-test.js\"",
|
||||
"test-non-par": "mocha --recursive --reporter spec --exit \"test/non-par-test.js\"",
|
||||
"lint": "standard",
|
||||
"fix": "standard --fix",
|
||||
"pretest": "npm run lint",
|
||||
|
|
Loading…
Reference in a new issue