Skip to content

Commit 38b4b62

Browse files
Mark1626SimenB
authored andcommitted
fix: Allow extra options in Global Type (#8758)
1 parent a5a1a59 commit 38b4b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jest-types/src/Global.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ export interface Global extends NodeJS.Global {
8282
pending: () => void;
8383
spyOn: () => void;
8484
spyOnProperty: () => void;
85+
[extras: string]: any;
8586
}

0 commit comments

Comments
 (0)