Created
October 10, 2017 15:26
-
-
Save shelldandy/cedd18602be59e31286590a0f760b57f to your computer and use it in GitHub Desktop.
Jest Globals for standardJS in package.json
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
{ | |
... | |
"standard": { | |
"globals": [ | |
"afterAll", | |
"afterEach", | |
"beforeAll", | |
"beforeEach", | |
"describe", | |
"test", | |
"it" | |
] | |
} | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment