Skip to content

Commit 03d5037

Browse files
authored
Mocha v9 (#354)
* [email protected] * Replace deprecated mocha.opts Ref: mochajs/mocha#4175 * Remove dependabot exclusion
1 parent a85d63d commit 03d5037

File tree

5 files changed

+1187
-1398
lines changed

5 files changed

+1187
-1398
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ updates:
66
interval: daily
77
open-pull-requests-limit: 10
88
ignore:
9-
- dependency-name: mocha
10-
versions:
11-
- 8.2.1
12-
- 8.3.0
13-
- 8.3.1
149
- dependency-name: typescript
1510
versions:
1611
- 4.1.3

.mocharc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"reporter": "spec",
3+
"require": "@babel/register",
4+
"ui": "bdd"
5+
}

0 commit comments

Comments
 (0)