Skip to content

Commit

Permalink
Merge pull request #3312 from PowerShell/dependabot/npm_and_yarn/type…
Browse files Browse the repository at this point in the history
…s/mocha-8.2.2

Bump @types/mocha from 7.0.2 to 8.2.2
  • Loading branch information
andyleejordan committed May 21, 2021
2 parents 2fffeea + 6d222f6 commit 67fad24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/glob": "~7.1.3",
"@types/mocha": "~7.0.2",
"@types/mocha": "~8.2.2",
"@types/mock-fs": "~4.13.0",
"@types/node": "~14.17.0",
"@types/node-fetch": "~2.5.10",
Expand Down
2 changes: 1 addition & 1 deletion test/testRunner.ts
Expand Up @@ -9,7 +9,7 @@ export function run(): Promise<void> {
// Create the mocha test
const mocha = new Mocha({
ui: "tdd", // the TDD UI is being used in extension.test.ts (suite, test, etc.)
useColors: !process.env.TF_BUILD, // colored output from test results
color: !process.env.TF_BUILD, // colored output from test results
reporter: "mocha-multi-reporters",
timeout: 5000,
reporterOptions: {
Expand Down

0 comments on commit 67fad24

Please sign in to comment.