Skip to content

Commit 91c6c6e

Browse files
committed
fix: add missing expection in test while merging code
1 parent da52771 commit 91c6c6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/livePreview/eventManager/__test__/postMessageEvent.hooks.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ describe("postMessageEvent.hooks", () => {
690690
await sendInitializeLivePreviewPostMessageEvent();
691691
await Promise.resolve();
692692

693+
expect(syncToStackSdk).not.toHaveBeenCalled();
693694
expect(Config.set).not.toHaveBeenCalled();
694695
expect(addParamsToUrl).not.toHaveBeenCalled();
695696
expect(livePreviewPostMessage?.on).not.toHaveBeenCalledWith(

0 commit comments

Comments
 (0)