Skip to content

Commit a55591d

Browse files
chore: fix run-controllers unit tests
1 parent 7c83e3c commit a55591d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/controllers/run-controller.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ function createTestInjector() {
9696
prepareData = currentPrepareData;
9797
return { platform: prepareData.platform, hasNativeChanges: false };
9898
},
99-
on: () => ({})
99+
on: () => ({}),
100+
removeListener: (): void => undefined
100101
});
101102
injector.register("prepareNativePlatformService", {});
102103
injector.register("projectChangesService", {});

0 commit comments

Comments
 (0)