Skip to content

Commit a71bf1d

Browse files
committed
test(Message): update demo snap
1 parent 9767340 commit a71bf1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/message/__tests__/__snapshots__/demo.test.js.snap

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ exports[`renders ./components/message/demo/duration.vue correctly 1`] = `
1212
</button>
1313
`;
1414

15+
exports[`renders ./components/message/demo/hook.vue correctly 1`] = `
16+
<!--teleport start-->
17+
<!--teleport end-->
18+
<button class="ant-btn ant-btn-primary" type="button">
19+
<!----><span>Display normal message</span>
20+
</button>
21+
`;
22+
1523
exports[`renders ./components/message/demo/info.vue correctly 1`] = `
1624
<button class="ant-btn ant-btn-primary" type="button">
1725
<!----><span>Display normal message</span>

0 commit comments

Comments
 (0)