vant/src/checkbox/test/__snapshots__/index.spec.ts.snap
2021-02-11 13:04:00 +08:00

17 lines
421 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should adjust label position when using label-position prop 1`] = `
<div role="checkbox"
class="van-checkbox"
tabindex="0"
>
<span class="van-checkbox__label van-checkbox__label--left">
Label
</span>
<div class="van-checkbox__icon van-checkbox__icon--round">
<i class="van-badge__wrapper van-icon van-icon-success">
</i>
</div>
</div>
`;