File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
packages/core/src/cell/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
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
-
46
3
exports [` <Cell /> render align 1` ] = `
47
4
<div >
48
5
<taro-view-core
You can’t perform that action at this time.
0 commit comments