Skip to content

Commit

Permalink
remove mocha.useColors
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Nov 20, 2021
1 parent 998f560 commit bc4af63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/suite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export function run(): Promise<void> {
const mocha = new Mocha({
ui: 'tdd'
});
mocha.useColors(true);

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

Expand Down

0 comments on commit bc4af63

Please sign in to comment.