Skip to content

Commit

Permalink
Fix #8570
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jun 15, 2019
1 parent fe14493 commit 9c05251
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/jest-types/src/Global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,3 @@ export interface Global extends NodeJS.Global {
spyOnProperty: () => void;
}

declare global {
module NodeJS {
interface Global {
it: It;
test: ItConcurrent;
fit: ItBase;
xit: ItBase;
xtest: ItBase;
describe: Describe;
xdescribe: DescribeBase;
fdescribe: DescribeBase;
jasmine: Jasmine;
}
}
}

0 comments on commit 9c05251

Please sign in to comment.