We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8b03d commit 98ee34fCopy full SHA for 98ee34f
test/services/android-project-service.ts
@@ -11,6 +11,7 @@ import { GradleBuildArgsService } from "../../lib/services/android/gradle-build-
11
const createTestInjector = (): IInjector => {
12
const testInjector = new Yok();
13
testInjector.register("androidProjectService", AndroidProjectService);
14
+ testInjector.register("hooksService", stubs.HooksServiceStub);
15
testInjector.register("childProcess", stubs.ChildProcessStub);
16
testInjector.register("hostInfo", {});
17
testInjector.register("projectDataService", stubs.ProjectDataService);
0 commit comments