Skip to content

Commit 95347ce

Browse files
Remove extraneous semi-colon (testing-library#916)
1 parent ec88a2e commit 95347ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecosystem-jest-native.mdx

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)