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 bcb8a17 commit e9a5399Copy full SHA for e9a5399
src/test/suite/index.ts
@@ -8,8 +8,6 @@ export function run(): Promise<void> {
8
ui: 'tdd',
9
});
10
11
- mocha.useColors(true);
12
-
13
const testsRoot = path.resolve(__dirname, '..');
14
15
return new Promise((c, e) => {
0 commit comments