Skip to content

Commit

Permalink
Support mocha@6, #217
Browse files Browse the repository at this point in the history
  • Loading branch information
1999 committed Apr 17, 2019
1 parent da7659f commit 5878d07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,19 @@
"prepublishOnly": "npm run clean && npm run build",
"pretest": "npm run prepublishOnly",
"test": "bash test/index.sh",
"test:ci": "npm run tslint && npm run test:mocha-3 && npm run test:mocha-4 && npm run test:mocha-5",
"test:ci": "npm run tslint && npm run test:mocha-3 && npm run test:mocha-4 && npm run test:mocha-5 && npm run test:mocha-6",
"test:mocha-3": "npm install mocha@3 --no-save && npm test",
"test:mocha-4": "npm install mocha@4 --no-save && npm test",
"test:mocha-5": "npm install mocha@5 --no-save && npm test",
"test:mocha-6": "npm install mocha@6 --no-save && npm test",
"tslint": "tslint -p . -c tslint.json 'src/**/*.ts'"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"peerDependencies": {
"mocha": "3.0.0 - 5.x.x"
"mocha": "3.0.0 - 6.x.x"
},
"devDependencies": {
"@types/circular-json": "^0.4.0",
Expand Down

0 comments on commit 5878d07

Please sign in to comment.