Skip to content

Commit ccc2d7d

Browse files
author
oliver.phillips
committed
Fix onChange event typo
1 parent ea4551f commit ccc2d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ It's worth writing a few tests to cover different potential scenarios the app mi
210210
#### Hint
211211

212212
```javascript
213-
fireEvent.change(inputNode, { event: { target: { value: "my mock value" } } });
213+
fireEvent.change(inputNode, { target: { value: "my mock value" } });
214214
```
215215

216216
---

0 commit comments

Comments
 (0)