We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c83e3c commit a55591dCopy full SHA for a55591d
test/controllers/run-controller.ts
@@ -96,7 +96,8 @@ function createTestInjector() {
96
prepareData = currentPrepareData;
97
return { platform: prepareData.platform, hasNativeChanges: false };
98
},
99
- on: () => ({})
+ on: () => ({}),
100
+ removeListener: (): void => undefined
101
});
102
injector.register("prepareNativePlatformService", {});
103
injector.register("projectChangesService", {});
0 commit comments