Skip to content

Commit 091550e

Browse files
committed
Fixes nightly CI
1 parent 843ff9b commit 091550e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/setup.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ define('vs/nls', [], {
1010
localize: function () {
1111
return 'NO_LOCALIZATION_FOR_YOU';
1212
},
13+
localize2: function () {
14+
return 'NO_LOCALIZATION_FOR_YOU';
15+
},
1316
getConfiguredDefaultLocale: function () {
1417
return undefined;
1518
}

0 commit comments

Comments
 (0)