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

10 lines
218 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should render title slot correctly 1`] = `
<div class="van-cell-group__title">
Custom Title
</div>
<div class="van-cell-group van-hairline--top-bottom">
</div>
`;