Skip to content

Commit 547ed59

Browse files
authored
Update src/__tests__/fireEvent.test.js
1 parent 59c797b commit 547ed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/fireEvent.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ test('should fire on auto pointerEvents View', () => {
294294
expect(handlePress).toHaveBeenCalled();
295295
});
296296

297-
test('should not fire on none pointerEvents View with nested elements', () => {
297+
test('should not fire on box-only pointerEvents View with nested elements', () => {
298298
const handlePress = jest.fn();
299299

300300
const screen = render(

0 commit comments

Comments
 (0)