diff --git a/test/blocks/marketo/mocks/marketo-utils.js b/test/blocks/marketo/mocks/marketo-utils.js index 28bb451b7a..0c98787010 100644 --- a/test/blocks/marketo/mocks/marketo-utils.js +++ b/test/blocks/marketo/mocks/marketo-utils.js @@ -61,3 +61,5 @@ export function createIntersectionObserver({ el, callback /* , once = true, opti // fire immediately callback(el, { target: el }); } + +export const localizeLink = (href) => href;