Skip to content

Instantly share code, notes, and snippets.

@tb
Created November 7, 2017 22:54
Show Gist options
  • Save tb/467c7eab6243a91e26aa1153ee0de536 to your computer and use it in GitHub Desktop.
Save tb/467c7eab6243a91e26aa1153ee0de536 to your computer and use it in GitHub Desktop.
declare namespace NodeJS {
export interface Global {
setupTestBed: any;
}
}
declare var setupTestBed: any;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment