Skip to content

Commit

Permalink
chore: fix typo (#608)
Browse files Browse the repository at this point in the history
remove extra `been`.
  • Loading branch information
Juan Je García committed Mar 11, 2020
1 parent 2613d66 commit 3d48019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pure.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ function cleanupAtContainer(container) {
// react-testing-library's version of fireEvent will call
// dom-testing-library's version of fireEvent wrapped inside
// an "act" call so that after all event callbacks have been
// been called, the resulting useEffect callbacks will also
// be called.
// called, the resulting useEffect callbacks will also be
// called.
function fireEvent(...args) {
let returnValue
act(() => {
Expand Down

0 comments on commit 3d48019

Please sign in to comment.