Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Last active April 9, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsh-code/c1aead2576fef8f74e5870f0dab7325a to your computer and use it in GitHub Desktop.
Save tsh-code/c1aead2576fef8f74e5870f0dab7325a to your computer and use it in GitHub Desktop.
//package.json - create-react-app
{
//...
"eslintConfig": {
//...
"rules": {
"jest/no-large-snapshots": [
"warn",
{
"maxSize": 15
}
]
},
}
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment