mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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>`;
|