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