mirror of
https://github.com/youzan/vant.git
synced 2026-05-03 01:01:43 +08:00
8 lines
255 B
Plaintext
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>`;
|