Skip to content

Commit bc4af63

Browse files
committed
remove mocha.useColors
1 parent 998f560 commit bc4af63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/suite/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function run(): Promise<void> {
88
const mocha = new Mocha({
99
ui: 'tdd'
1010
});
11-
mocha.useColors(true);
1211

1312
const testsRoot = path.resolve(__dirname, '..');
1413

0 commit comments

Comments
 (0)