Skip to content

Commit 306e24b

Browse files
committed
Update src/__tests__/fireEvent.test.js
1 parent d59b370 commit 306e24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/fireEvent.test.js

+1-1
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)