Skip to content

Commit

Permalink
make jsdom accessible to extending environments
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-drexler committed Feb 10, 2022
1 parent ff7a751 commit 48fb7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/src/index.ts
Expand Up @@ -23,7 +23,7 @@ type Win = Window &
};

export default class JSDOMEnvironment implements JestEnvironment<number> {
private dom: JSDOM | null;
dom: JSDOM | null;
fakeTimers: LegacyFakeTimers<number> | null;
fakeTimersModern: ModernFakeTimers | null;
global: Win;
Expand Down

0 comments on commit 48fb7f7

Please sign in to comment.