Skip to content

Commit 0b1d6cd

Browse files
committed
chore: fix tests
1 parent 68246f8 commit 0b1d6cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ function createTestInjector(options?: {
180180
injector.register("analyticsService", {
181181
trackEventActionInGoogleAnalytics: () => ({})
182182
});
183+
injector.register("hooksService", {
184+
executeBeforeHooks: () => ({}),
185+
executeAfterHooks: () => ({})
186+
});
183187

184188
return injector;
185189
}

0 commit comments

Comments
 (0)