Skip to content

Commit

Permalink
May 10, 2020 7:33 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed May 24, 2020
1 parent e4d3b1b commit 7b22bd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/jest-environment-puppeteer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ interface Global extends GlobalType.Global {
}

/** Note: TestEnvironment is sandboxed. Each test suite will trigger setup/teardown in their own TestEnvironment. */
declare class PuppeteerEnvironment implements JestEnvironment {
declare class PuppeteerEnvironment extends JestEnvironment {
context: Context | null;
fakeTimers: FakeTimers<Timer> | null;
global: Global;
moduleMocker: ModuleMocker | null;
constructor(config: Config.ProjectConfig);
Expand Down

0 comments on commit 7b22bd8

Please sign in to comment.