Skip to content

Commit

Permalink
MWPW-146796 Fix Marketo unit test (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder authored May 7, 2024
1 parent 473db86 commit 3f24612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/blocks/marketo/mocks/marketo-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ export function createIntersectionObserver({ el, callback /* , once = true, opti
// fire immediately
callback(el, { target: el });
}

export const localizeLink = (href) => href;

0 comments on commit 3f24612

Please sign in to comment.