Skip to content

Commit

Permalink
chore: revert changes to globals.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Feb 25, 2020
1 parent 3951c8a commit 2b1cfab
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions globals.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/**
* These are some globals for testing purposes.
* AFAIK there is no way to do this with JavaScript.
*/

import sinon from 'sinon';

declare namespace NodeJS {
interface Global {
expect: any;
Expand All @@ -15,4 +8,4 @@ declare namespace NodeJS {

declare var expect: any;
declare var proxyquire: any;
declare var sinon: sinon;
declare var sinon: any;

0 comments on commit 2b1cfab

Please sign in to comment.