diff --git a/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs b/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs index e7a08a8ce..5abe6cbe7 100644 --- a/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs +++ b/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs @@ -22,6 +22,6 @@ module.exports = function ({ node, _, helpers }) { } const src = `${helpers.getAssetUriScheme(document)}//www.youtube.com/embed/${target}?${params.join('&')}` return `
-