mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`should render content slot correctly 1`] = `
|
|
<div class="van-badge">
|
|
Custom Content
|
|
</div>
|
|
`;
|
|
|
|
exports[`should render nothing when content is empty string 1`] = ``;
|
|
|
|
exports[`should render nothing when content is undefined 1`] = ``;
|
|
|
|
exports[`should render nothing when content is zero 1`] = `
|
|
<div class="van-badge">
|
|
0
|
|
</div>
|
|
`;
|