Skip to content

Instantly share code, notes, and snippets.

@mikewlange
Created August 15, 2019 17:35
Show Gist options
  • Save mikewlange/9512aab2a2ce7c344f1ca9e4c9cccb8e to your computer and use it in GitHub Desktop.
Save mikewlange/9512aab2a2ce7c344f1ca9e4c9cccb8e to your computer and use it in GitHub Desktop.
{
"globals": {
"jest": true,
"expect": true,
"mockFn": true,
"config": true,
"afterEach": true,
"beforeEach": true,
"describe": true,
"it": true,
"runs": true,
"waitsFor": true,
"pit": true,
"require": true,
"xdescribe": true,
"xit": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment