vant/src-next/info/test/__snapshots__/index.spec.js.snap
2020-07-04 22:38:53 +08:00

8 lines
255 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should not render when info is empty string 1`] = ``;
exports[`should not render when info is empty undefined 1`] = ``;
exports[`should render when info is zero 1`] = `<div class="van-info">0</div>`;