Skip to content

Commit 67fad24

Browse files
Merge pull request #3312 from PowerShell/dependabot/npm_and_yarn/types/mocha-8.2.2
Bump @types/mocha from 7.0.2 to 8.2.2
2 parents 2fffeea + 6d222f6 commit 67fad24

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@types/glob": "~7.1.3",
58-
"@types/mocha": "~7.0.2",
58+
"@types/mocha": "~8.2.2",
5959
"@types/mock-fs": "~4.13.0",
6060
"@types/node": "~14.17.0",
6161
"@types/node-fetch": "~2.5.10",

test/testRunner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function run(): Promise<void> {
99
// Create the mocha test
1010
const mocha = new Mocha({
1111
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
12+
color: !process.env.TF_BUILD, // colored output from test results
1313
reporter: "mocha-multi-reporters",
1414
timeout: 5000,
1515
reporterOptions: {

0 commit comments

Comments
 (0)