Skip to content

Commit

Permalink
deps(mocha) - upgrade mocha to v11 (#9519)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham authored Feb 7, 2025
1 parent f42ddda commit 039ee53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/legacy/e2e-helper/e2e-command-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class CommandHelper {
const binNameFromBvm = this.getBinFromBvmLinks(binDir);
if (binNameFromBvm) return binNameFromBvm;
if (this.isInPath(binDir) || binDir.includes('.bvm')) return binName;
if (binName === 'mocha') return 'bit';
if (binName === 'mocha' || binName === 'mocha.js') return 'bit';
return `${processBin} ${processPath}`;
}
return 'bit';
Expand Down
2 changes: 1 addition & 1 deletion workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"mime": "2.5.2",
"mini-css-extract-plugin": "2.2.2",
"minimatch": "3.0.5",
"mocha": "9.2.2",
"mocha": "11.1.0",
"mocha-junit-reporter": "2.2.1",
"mocha-multi-reporters": "1.5.1",
"module-definition": "3.3.1",
Expand Down

0 comments on commit 039ee53

Please sign in to comment.