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 7.2.0 to 8.2.1 (#99)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump mocha from 7.2.0 to 8.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 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@v7.2.0...v8.2.1)

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

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

* 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>
Co-authored-by: RasPhilCo <capt.pn@gmail.com>
  • Loading branch information
dependabot[bot] and RasPhilCo authored Dec 11, 2020
1 parent 31468f6 commit 951a5d9
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 277 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 @@ -26,7 +26,7 @@
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"fancy-test": "^1.4.8",
"mocha": "^7.2.0",
"mocha": "^8.2.1",
"nock": "^13.0.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
Expand Down
7 changes: 0 additions & 7 deletions test/mocha.opts

This file was deleted.

Loading

0 comments on commit 951a5d9

Please sign in to comment.