Skip to content

Commit 634c5eb

Browse files
committed
Fix unit tests
1 parent 3e05b18 commit 634c5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/services/playground/preview-app-livesync-service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ function createTestInjector(options?: {
107107
injector.register("previewAppPluginsService", {
108108
comparePluginsOnDevice: async () => {
109109
isComparePluginsOnDeviceCalled = true;
110-
}
110+
},
111+
getExternalPlugins: () => <string[]>[]
111112
});
112113
injector.register("projectFilesManager", ProjectFilesManager);
113114
injector.register("previewAppLiveSyncService", PreviewAppLiveSyncService);

0 commit comments

Comments
 (0)