Skip to content

Commit

Permalink
Mocha v9 (#354)
Browse files Browse the repository at this point in the history
* mocha@9.1.3

* Replace deprecated mocha.opts

Ref: mochajs/mocha#4175

* Remove dependabot exclusion
  • Loading branch information
bpinto committed Nov 16, 2021
1 parent a85d63d commit 03d5037
Show file tree
Hide file tree
Showing 5 changed files with 1,187 additions and 1,398 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Expand Up @@ -6,11 +6,6 @@ updates:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: mocha
versions:
- 8.2.1
- 8.3.0
- 8.3.1
- dependency-name: typescript
versions:
- 4.1.3
Expand Down
5 changes: 5 additions & 0 deletions .mocharc.json
@@ -0,0 +1,5 @@
{
"reporter": "spec",
"require": "@babel/register",
"ui": "bdd"
}

0 comments on commit 03d5037

Please sign in to comment.