Skip to content

Commit

Permalink
[assert helpers] Remove toWarnDev from fixtures/dom (#31894)
Browse files Browse the repository at this point in the history
This is unused and never was:
e6a0473
  • Loading branch information
rickhanlonii authored Dec 23, 2024
1 parent 94867f3 commit 97d7949
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 286 deletions.
2 changes: 0 additions & 2 deletions fixtures/dom/src/__tests__/nested-act-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ let TestAct;

global.__DEV__ = process.env.NODE_ENV !== 'production';

expect.extend(require('../toWarnDev'));

describe('unmocked scheduler', () => {
beforeEach(() => {
jest.resetModules();
Expand Down
284 changes: 0 additions & 284 deletions fixtures/dom/src/toWarnDev.js

This file was deleted.

0 comments on commit 97d7949

Please sign in to comment.