Skip to content

Commit

Permalink
chore: [#1330] Fixes problem with import of Window in jest-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Mar 19, 2024
1 parent d7c7d45 commit 121fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-environment/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as JestUtil from 'jest-util';
import { ModuleMocker } from 'jest-mock';
import { LegacyFakeTimers, ModernFakeTimers } from '@jest/fake-timers';
import { JestEnvironment, EnvironmentContext } from '@jest/environment';
import { Window, Window, BrowserErrorCaptureEnum, IOptionalBrowserSettings } from 'happy-dom';
import { Window, BrowserErrorCaptureEnum, IOptionalBrowserSettings } from 'happy-dom';
import { Script } from 'vm';
import { Global, Config } from '@jest/types';

Expand Down

0 comments on commit 121fb40

Please sign in to comment.