We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396bb00 commit cc0f06bCopy full SHA for cc0f06b
package.json
@@ -75,7 +75,7 @@
75
"eslint-plugin-prettier": "^3.1.3",
76
"glob": "^7.1.4",
77
"milligram": "^1.4.0",
78
- "mocha": "^7.2.0",
+ "mocha": "^8.0.1",
79
"node-sass": "^4.14.1",
80
"prettier": "^2.0.5",
81
"prettylint": "^1.0.0",
src/test/index.ts
@@ -7,9 +7,9 @@ export function run(): Promise<void> {
7
const mocha = new Mocha({
8
ui: "tdd",
9
timeout: 30000, // default timeout: 10 seconds
10
- retries: 1
+ retries: 1,
11
+ color: true
12
});
- mocha.useColors(true);
13
14
const testsRoot = path.resolve(__dirname, "..");
15
0 commit comments