Skip to content

Commit abd9009

Browse files
authored
docs: Fix event link to event map file (#423)
1 parent b83c443 commit abd9009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dom-testing-library/api-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fireEvent[eventName](node: HTMLElement, eventProperties: Object)
2929
```
3030

3131
Convenience methods for firing DOM events. Check out
32-
[src/events.js](https://github.com/testing-library/dom-testing-library/blob/master/src/events.js)
32+
[src/event-map.js](https://github.com/testing-library/dom-testing-library/blob/master/src/event-map.js)
3333
for a full list as well as default `eventProperties`.
3434

3535
```javascript

0 commit comments

Comments
 (0)