Skip to content

Commit cc0f06b

Browse files
chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 (#966)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Christopher <me@chrisjohnston.co.uk>
1 parent 396bb00 commit cc0f06b

File tree

3 files changed

+182
-99
lines changed

3 files changed

+182
-99
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-prettier": "^3.1.3",
7676
"glob": "^7.1.4",
7777
"milligram": "^1.4.0",
78-
"mocha": "^7.2.0",
78+
"mocha": "^8.0.1",
7979
"node-sass": "^4.14.1",
8080
"prettier": "^2.0.5",
8181
"prettylint": "^1.0.0",

src/test/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export function run(): Promise<void> {
77
const mocha = new Mocha({
88
ui: "tdd",
99
timeout: 30000, // default timeout: 10 seconds
10-
retries: 1
10+
retries: 1,
11+
color: true
1112
});
12-
mocha.useColors(true);
1313

1414
const testsRoot = path.resolve(__dirname, "..");
1515

0 commit comments

Comments
 (0)