Skip to content

Commit b85bf6d

Browse files
author
Dimitar Kerezov
committed
Update common with latest bits
1 parent 909f37e commit b85bf6d

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

test/npm-support.ts

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function createTestInjector(): IInjector {
4545
testInjector.register("androidProjectService", {});
4646
testInjector.register("iOSProjectService", {});
4747
testInjector.register("devicesServices", {});
48+
testInjector.register("resources", {});
4849
testInjector.register("projectData", ProjectDataLib.ProjectData);
4950
testInjector.register("projectHelper", ProjectHelperLib.ProjectHelper);
5051
testInjector.register("projectDataService", ProjectDataServiceLib.ProjectDataService);

test/platform-commands.ts

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function createTestInjector() {
9898
testInjector.registerCommand("platform|remove", PlatformRemoveCommandLib.RemovePlatformCommand);
9999
testInjector.registerCommand("platform|update", PlatformUpdateCommandLib.UpdatePlatformCommand);
100100
testInjector.register("lockfile", { });
101+
testInjector.register("resources", {});
101102
testInjector.register("commandsServiceProvider", {
102103
registerDynamicSubCommands: () => {}
103104
});

test/plugins-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function createTestInjector() {
4545
testInjector.register("devicesServices", {});
4646
testInjector.register("projectDataService", ProjectDataServiceLib.ProjectDataService);
4747
testInjector.register("prompter", {});
48+
testInjector.register("resources", {});
4849
testInjector.register("broccoliBuilder", {});
4950
testInjector.register("options", OptionsLib.Options);
5051
testInjector.register("errors", ErrorsLib.Errors);

0 commit comments

Comments
 (0)