We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5f27a commit aeb1a98Copy full SHA for aeb1a98
lib/common/test/unit-tests/services/help-service.ts
@@ -34,6 +34,8 @@ const createTestInjector = (opts?: { isProjectTypeResult: boolean; isPlatformRes
34
getInstalledExtensionsData: (): IExtensionData[] => []
35
});
36
37
+ injector.register("testInitializationService", {});
38
+
39
injector.registerCommand("foo", {});
40
41
const microTemplateService: any = injector.resolve("microTemplateService");
0 commit comments