Skip to content

Commit 43faa39

Browse files
authored
Merge pull request testing-library#340 from lgandecki/patch-1
fix typo
2 parents 70e0f4d + 0730491 commit 43faa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecosystem-jest-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install --save-dev @testing-library/jest-native
1313
```
1414

1515
```javascript
16-
;<View>
16+
<View>
1717
<View testID="not-empty">
1818
<Text testID="empty" />
1919
</View>

0 commit comments

Comments
 (0)