Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 4ee76e1

Browse files
author
Brandon Carroll
committed
tests: add snapshots
1 parent d2bd926 commit 4ee76e1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`it converts to json 1`] = `
4+
"<View>
5+
<View>
6+
<View>
7+
<Text>
8+
hello
9+
</Text>
10+
</View>
11+
<View>
12+
<Text>
13+
world
14+
</Text>
15+
<Text>
16+
foo bar
17+
</Text>
18+
</View>
19+
<View />
20+
</View>
21+
</View>"
22+
`;

0 commit comments

Comments
 (0)