We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mocha
1 parent a616fd7 commit 6d222f6Copy full SHA for 6d222f6
test/testRunner.ts
@@ -9,7 +9,7 @@ export function run(): Promise<void> {
9
// Create the mocha test
10
const mocha = new Mocha({
11
ui: "tdd", // the TDD UI is being used in extension.test.ts (suite, test, etc.)
12
- useColors: !process.env.TF_BUILD, // colored output from test results
+ color: !process.env.TF_BUILD, // colored output from test results
13
reporter: "mocha-multi-reporters",
14
timeout: 5000,
15
reporterOptions: {
0 commit comments