Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 6.2.2 to 7.0.0 (#4060)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump mocha from 6.2.2 to 7.0.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 7.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.2.2...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* chore(mocha): use new format of configuration

Co-authored-by: Sukka <isukkaw@gmail.com>
  • Loading branch information
dependabot-preview[bot] and SukkaW committed Jan 10, 2020
1 parent 9c5594d commit 5c098cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
color: true
reporter: spec
ui: bdd
full-trace: true
exit: true
require:
- "chai/register-should"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"hexo-renderer-marked": "^2.0.0",
"husky": "^3.0.0",
"lint-staged": "^9.1.0",
"mocha": "^6.0.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"rewire": "^4.0.1",
"sinon": "^8.0.1"
Expand Down
6 changes: 0 additions & 6 deletions test/mocha.opts

This file was deleted.

0 comments on commit 5c098cc

Please sign in to comment.