Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing a typo
  • Loading branch information
karthick3018 committed Sep 13, 2020
commit 7f20442ca58bd42e102684629368a7c41b919763
2 changes: 1 addition & 1 deletion src/__tests__/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ test('calling `fireEvent` directly works too', () => {
const {
container: {firstChild: button},
} = render(<button onClick={handleEvent} />)
fireEvent.pointerEnter(
fireEvent(
button,
new Event('MouseEvent', {
bubbles: true,
Expand Down