Skip to content

Commit d645738

Browse files
siepramdjastrzebski
authored andcommitted
chore: rename basic test case
1 parent cb3ef7e commit d645738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matchers/__tests__/to-contain-element.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { View } from 'react-native';
33
import { render, screen } from '../..';
44
import '../extend-expect';
55

6-
test('toContainElement() on parent view', () => {
6+
test('toContainElement() supports basic case', () => {
77
render(
88
<View testID="parent">
99
<View testID="child" />

0 commit comments

Comments
 (0)