We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e05b18 commit 634c5ebCopy full SHA for 634c5eb
test/services/playground/preview-app-livesync-service.ts
@@ -107,7 +107,8 @@ function createTestInjector(options?: {
107
injector.register("previewAppPluginsService", {
108
comparePluginsOnDevice: async () => {
109
isComparePluginsOnDeviceCalled = true;
110
- }
+ },
111
+ getExternalPlugins: () => <string[]>[]
112
});
113
injector.register("projectFilesManager", ProjectFilesManager);
114
injector.register("previewAppLiveSyncService", PreviewAppLiveSyncService);
0 commit comments