Skip to content

Instantly share code, notes, and snippets.

@dmitriyzyuzin
Last active July 1, 2019 12: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 dmitriyzyuzin/9d1df5c8f1e3a790ccb04e44e20002c8 to your computer and use it in GitHub Desktop.
Save dmitriyzyuzin/9d1df5c8f1e3a790ccb04e44e20002c8 to your computer and use it in GitHub Desktop.
Jest cheat-sheet
  1. Run single test
node <path-to-jest> -i <you-test-file> -c <jest-config> -t "<test-block-name>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment