Skip to content

Commit 98ee34f

Browse files
committed
test: fix unit tests after a new android project service dependency
1 parent ca8b03d commit 98ee34f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/services/android-project-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { GradleBuildArgsService } from "../../lib/services/android/gradle-build-
1111
const createTestInjector = (): IInjector => {
1212
const testInjector = new Yok();
1313
testInjector.register("androidProjectService", AndroidProjectService);
14+
testInjector.register("hooksService", stubs.HooksServiceStub);
1415
testInjector.register("childProcess", stubs.ChildProcessStub);
1516
testInjector.register("hostInfo", {});
1617
testInjector.register("projectDataService", stubs.ProjectDataService);

0 commit comments

Comments
 (0)