We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a1a59 commit 38b4b62Copy full SHA for 38b4b62
packages/jest-types/src/Global.ts
@@ -82,4 +82,5 @@ export interface Global extends NodeJS.Global {
82
pending: () => void;
83
spyOn: () => void;
84
spyOnProperty: () => void;
85
+ [extras: string]: any;
86
}
0 commit comments