vant/src/badge/test/__snapshots__/index.spec.js.snap
2020-11-22 19:46:41 +08:00

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>
`;