Skip to content

Commit

Permalink
Fixes nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Nov 10, 2023
1 parent 843ff9b commit 091550e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ define('vs/nls', [], {
localize: function () {
return 'NO_LOCALIZATION_FOR_YOU';
},
localize2: function () {
return 'NO_LOCALIZATION_FOR_YOU';
},
getConfiguredDefaultLocale: function () {
return undefined;
}
Expand Down

0 comments on commit 091550e

Please sign in to comment.