Skip to content

Commit

Permalink
Bump mocha from 6.2.3 to 8.1.1 (#30)
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.3 to 8.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.2.3...v8.1.1)

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

Co-authored-by: dailyrandomphoto <dailyrandomphoto@gmail.com>
  • Loading branch information
1 parent 2261afb commit 513fe36
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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"
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js

node_js:
- "8"
- "10"
- "12"
- "13"
- "14"

script:
- npm run lint
Expand Down
6 changes: 0 additions & 6 deletions mocha.opts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dev-blog-directory-save-yaml-cli": "file:.",
"mocha": "^6.2.1",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"unlink-self": "latest",
"xo": "^0.25.3"
Expand Down

0 comments on commit 513fe36

Please sign in to comment.