Skip to content

Commit

Permalink
removed unused import DOMWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iván Reinoso García committed Mar 18, 2020
1 parent 6629edc commit 783a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
LolexFakeTimers,
} from '@jest/fake-timers';
import {EnvironmentContext, JestEnvironment} from '@jest/environment';
import {DOMWindow, JSDOM, VirtualConsole} from 'jsdom';
import {JSDOM, VirtualConsole} from 'jsdom';

// The `Window` interface does not have an `Error.stackTraceLimit` property, but
// `JSDOMEnvironment` assumes it is there.
Expand Down

0 comments on commit 783a81d

Please sign in to comment.