Skip to content

Instantly share code, notes, and snippets.

@twhid
Last active September 22, 2016 14:41
Show Gist options
  • Save twhid/648a6b0db90adef2e3bb54c643331a0c to your computer and use it in GitHub Desktop.
Save twhid/648a6b0db90adef2e3bb54c643331a0c to your computer and use it in GitHub Desktop.
jest webstorm config
# To run and debug jest tests using webstorm's configurations
# create a new Node.js configuration and configure it this way:
Node interpreter: /path/to/bin/node
Working Directory: /path/to/project
Javascript file: ./node_modules/.bin/jest
Application parameters: -i # ensures all tests run in 1 process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment