Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Jan 25, 2024
1 parent 3cfeb68 commit 9cd87d6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe('ReactDOMEventListener', () => {
let ReactDOMClient;
let ReactDOMServer;
let act;
let waitForPaint;

beforeEach(() => {
jest.resetModules();
Expand All @@ -24,8 +23,6 @@ describe('ReactDOMEventListener', () => {
ReactDOMClient = require('react-dom/client');
ReactDOMServer = require('react-dom/server');
act = require('internal-test-utils').act;
const InternalTestUtils = require('internal-test-utils');
waitForPaint = InternalTestUtils.waitForPaint;
});

describe('Propagation', () => {
Expand Down

0 comments on commit 9cd87d6

Please sign in to comment.