Skip to content

Commit

Permalink
chore: upgrade mocha to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalholasek committed Jul 20, 2018
1 parent 860deb4 commit 23105cd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 98 deletions.
122 changes: 26 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,7 +20,7 @@
"prepare": "npm run build",
"pretest": "npm run build",
"semantic-release": "scripts/semantic-release.sh",
"test": "mocha \"test/**/*-test.js\"",
"test": "mocha --exit \"test/**/*-test.js\"",
"test:coverage": "scripts/coverage.sh",
"test:debug": "mocha --debug-brk \"test/**/*-test.js\""
},
Expand Down Expand Up @@ -82,7 +82,7 @@
"hercule": "4.0.1",
"istanbul": "0.4.5",
"lcov-result-merger": "1.2.0",
"mocha": "3.0.0",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.3.0",
"nock": "9.3.3",
"ps-node": "0.1.6",
Expand Down

0 comments on commit 23105cd

Please sign in to comment.