Skip to content

Commit

Permalink
codecov fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Sep 25, 2024
1 parent f04be62 commit 798110d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/features/mas/web-components/src/hydrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export async function hydrate(fragmentData, merchCard) {
appendFn(merchIcon);
});

/* c8 ignore next 3 */
if (fragment.size && aemFragmentMapping.allowedSizes?.includes(fragment.size)) {
merchCard.setAttribute('size', fragment.size);
}
Expand Down

0 comments on commit 798110d

Please sign in to comment.