Skip to content

Commit

Permalink
fix: Allow extra options in Global Type (#8758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 authored and SimenB committed Jul 28, 2019
1 parent a5a1a59 commit 38b4b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-types/src/Global.ts
Expand Up @@ -82,4 +82,5 @@ export interface Global extends NodeJS.Global {
pending: () => void;
spyOn: () => void;
spyOnProperty: () => void;
[extras: string]: any;
}

0 comments on commit 38b4b62

Please sign in to comment.