Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Allow extra options in Global Type
  • Loading branch information
Mark1626 committed Jul 28, 2019
commit e2f5b09779d5181c7e492efe10ddd57f515ac6ca
1 change: 1 addition & 0 deletions packages/jest-types/src/Global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ export interface Global extends NodeJS.Global {
pending: () => void;
spyOn: () => void;
spyOnProperty: () => void;
[extras: string]: any;
}