Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created July 27, 2018 00:31
Show Gist options
  • Save ThaddeusJiang/a793469f73a796088ca400b28a6a6af5 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/a793469f73a796088ca400b28a6a6af5 to your computer and use it in GitHub Desktop.
jest global variable
// package.json
"jest": {
  "globals": {
    "chrome": {
      "extension": {}
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment