Skip to content

Commit 3dd44c1

Browse files
committed
chore: fix unit tests
1 parent adc72a8 commit 3dd44c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ function createDevice(plugins: string): Device {
6464
function createPreviewLiveSyncData(options?: { bundle: boolean }) {
6565
return {
6666
projectDir,
67-
appFilesUpdaterOptions: {
68-
release: false,
69-
bundle: options.bundle
70-
},
67+
release: false,
68+
bundle: options.bundle,
7169
env: {}
7270
};
7371
}

0 commit comments

Comments
 (0)