Skip to content

Commit

Permalink
Cleanup window.event
Browse files Browse the repository at this point in the history
  • Loading branch information
tyao1 committed Apr 13, 2023
1 parent 7a34b06 commit b340309
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('ReactDOMFiberAsync', () => {
assertLog = InternalTestUtils.assertLog;

document.body.appendChild(container);
window.event = undefined;
});

afterEach(() => {
Expand Down

0 comments on commit b340309

Please sign in to comment.