Skip to content

Commit bdd7623

Browse files
committed
test: 💍 update cell snap
1 parent ff6c0a2 commit bdd7623

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

packages/core/src/cell/__tests__/__snapshots__/cell.test.tsx.snap

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`<Cell /> prop title brief content test 1`] = `
4-
<div>
5-
<taro-view-core
6-
class="taroify-cell"
7-
>
8-
<taro-view-core
9-
class="taroify-cell__title"
10-
>
11-
单元格
12-
<taro-view-core
13-
class="taroify-cell__brief"
14-
>
15-
描述信息
16-
</taro-view-core>
17-
</taro-view-core>
18-
<taro-view-core
19-
class="taroify-cell__value"
20-
>
21-
内容
22-
</taro-view-core>
23-
</taro-view-core>
24-
</div>
25-
`;
26-
27-
exports[`<Cell /> prop title content test 1`] = `
28-
<div>
29-
<taro-view-core
30-
class="taroify-cell"
31-
>
32-
<taro-view-core
33-
class="taroify-cell__title"
34-
>
35-
单元格
36-
</taro-view-core>
37-
<taro-view-core
38-
class="taroify-cell__value"
39-
>
40-
内容
41-
</taro-view-core>
42-
</taro-view-core>
43-
</div>
44-
`;
45-
463
exports[`<Cell /> render align 1`] = `
474
<div>
485
<taro-view-core

0 commit comments

Comments
 (0)