Skip to content

Instantly share code, notes, and snippets.

@shelldandy
Created October 10, 2017 15:26
Show Gist options
  • Save shelldandy/cedd18602be59e31286590a0f760b57f to your computer and use it in GitHub Desktop.
Save shelldandy/cedd18602be59e31286590a0f760b57f to your computer and use it in GitHub Desktop.
Jest Globals for standardJS in package.json
{
...
"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