Skip to content

Commit

Permalink
Silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Feb 2, 2024
1 parent 39f95f4 commit c52fc26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-refresh/src/__tests__/ReactFresh-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ describe('ReactFresh', () => {
beforeEach(() => {
if (__DEV__) {
jest.resetModules();
global.IS_REACT_ACT_ENVIRONMENT = true;
React = require('react');
ReactFreshRuntime = require('react-refresh/runtime');
ReactFreshRuntime.injectIntoGlobalHook(global);
Expand Down

0 comments on commit c52fc26

Please sign in to comment.