Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore(deps-dev): bump mocha from 6.1.4 to 8.2.1 (#135)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump mocha from 6.1.4 to 8.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 8.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.1.4...v8.2.1)

Signed-off-by: dependabot[bot] <[email protected]>

* chore: sync .mocharc.json (#142)

* chore: add .mocharc.json

Authored via Leif

* chore: rm test/mocha.opts

Authored via Leif

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2020
1 parent 303b8b3 commit 86c3ba5
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 498 deletions.
13 changes: 13 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"require": [
"test/helpers/init.js",
"ts-node/register",
"source-map-support/register"
],
"watch-extensions": [
"ts"
],
"recursive": true,
"reporter": "spec",
"timeout": 60000
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"mocha": "^6.1.4",
"mocha": "^8.2.1",
"ts-node": "^9.0.0",
"typescript": "3.8.3"
},
Expand Down
7 changes: 0 additions & 7 deletions test/mocha.opts

This file was deleted.

Loading

0 comments on commit 86c3ba5

Please sign in to comment.