Created
August 15, 2019 17:35
-
-
Save mikewlange/9512aab2a2ce7c344f1ca9e4c9cccb8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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