Skip to content

Commit be0b16a

Browse files
Update website/docs/MigrationV12.md
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
1 parent 4c3887b commit be0b16a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/__tests__/render.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,4 @@ test('returned output can be spread using rest operator', () => {
244244
// eslint-disable-next-line @typescript-eslint/no-unused-vars
245245
const { rerender, ...rest } = render(<View testID="inner" />);
246246
expect(rest).toBeTruthy();
247-
expect(console.warn).not.toHaveBeenCalled();
248247
});

website/docs/MigrationV12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ While following elements will not match:
4343
// Explicit "accessible={false}" prop for View
4444
<View accessible={false} role="button" />
4545

46-
// Explicit "accessible={false}" for Text,which is implicitly accessible element
46+
// Explicit "accessible={false}" for Text, which is implicitly accessible element
4747
<Text accessible={false} role="button">Button</Text>
4848
```
4949

0 commit comments

Comments
 (0)