Skip to content

Commit

Permalink
build(deps-dev): bump mocha from 6.2.3 to 8.1.3 (#24)
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.3.
- [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.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2020
1 parent 22c6a90 commit 0321a51
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 169 deletions.
13 changes: 13 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"recursive": true,
"reporter": "spec",
"require": [
"test/helpers/init.js",
"ts-node/register",
"source-map-support/register"
],
"timeout": 5000,
"watch-extensions": [
"ts"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fancy-test": "^1.4.3",
"globby": "^11.0.1",
"lodash": "^4.17.11",
"mocha": "^6.1.4",
"mocha": "^8.1.3",
"nock": "^13.0.0",
"proxyquire": "^2.1.0",
"sinon": "^9.0.1",
Expand Down
7 changes: 0 additions & 7 deletions test/mocha.opts

This file was deleted.

Loading

0 comments on commit 0321a51

Please sign in to comment.