We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2613d66 commit 456f805Copy full SHA for 456f805
src/pure.js
@@ -105,8 +105,8 @@ function cleanupAtContainer(container) {
105
// react-testing-library's version of fireEvent will call
106
// dom-testing-library's version of fireEvent wrapped inside
107
// an "act" call so that after all event callbacks have been
108
-// been called, the resulting useEffect callbacks will also
109
-// be called.
+// called, the resulting useEffect callbacks will also be
+// called.
110
function fireEvent(...args) {
111
let returnValue
112
act(() => {
0 commit comments