Last active
September 22, 2016 14:41
-
-
Save twhid/648a6b0db90adef2e3bb54c643331a0c to your computer and use it in GitHub Desktop.
jest webstorm config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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