Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Jul 26, 2024
1 parent 02de12a commit d4bb0a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jsdom": "^19.0.0",
"jsonc-parser": "^3.0.0",
"mocha": "^9.2.0",
"monaco-editor-core": "0.50.0-rc",
"monaco-editor-core": "0.51.0-dev-20240725",
"parcel": "^2.7.0",
"pin-github-action": "^1.8.0",
"playwright": "^1.32.2",
Expand Down
3 changes: 3 additions & 0 deletions test/unit/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ define('vs/nls', [], {
localize: function () {
return 'NO_LOCALIZATION_FOR_YOU';
},
localize2: function (key, message) {
return { value: 'NO_LOCALIZATION_FOR_YOU', original: message };
},
load: function (name, req, load) {
load({});
}
Expand Down

0 comments on commit d4bb0a8

Please sign in to comment.