Skip to content

Commit 0b95cfe

Browse files
author
Arvid Paeglit
committed
removed deprecated mocha function useColors
1 parent 646b70a commit 0b95cfe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/suite/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export function run(): Promise<void> {
77
const mocha = new Mocha({
88
ui: 'tdd',
99
});
10-
mocha.useColors(true);
11-
10+
1211
const testsRoot = path.resolve(__dirname, '..');
1312

1413
return new Promise((c, e) => {

0 commit comments

Comments
 (0)