浏览代码

Fixes nightly CI

Henning Dieterichs 1 年之前
父节点
当前提交
091550e898
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      test/unit/setup.js

+ 3 - 0
test/unit/setup.js

@@ -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;
 			}