Skip to content

Commit 889d798

Browse files
committed
test: snapshot update
1 parent ae2fcbf commit 889d798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/__snapshots__/vue-image-kit.spec.js.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
exports[`When I create the VueImageKit component should match snapshot 1`] = `
44
<div class="vue-image-kit">
5-
<!----> <img sizes="(max-width: 320px) 280px, (max-width: 480px) 440px, (max-width: 800px) 760px 1080px" alt="" class="vue-image-kit__img"></div>
5+
<!----> <img sizes="(max-width: 320px) 280px, (max-width: 480px) 440px, (max-width: 800px) 760px 1080px" alt="" class="vue-image-kit__img">
6+
</div>
67
`;

0 commit comments

Comments
 (0)