Skip to content

Commit c946453

Browse files
committed
fix: to have text content
1 parent f88d1bb commit c946453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/matchers/__tests__/to-have-text-content.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import '../extend-expect';
66
test('toHaveTextContent() example test', () => {
77
render(
88
<View testID="view">
9-
<Text>Hello</Text> <Text>World</Text>
9+
<Text>Hello</Text>
10+
<Text> World</Text>
1011
</View>,
1112
);
1213

0 commit comments

Comments
 (0)