Skip to content

Instantly share code, notes, and snippets.

@blackfry
Created April 14, 2019 21:48
Show Gist options
  • Save blackfry/420355282383bdbaee0f8b4527422207 to your computer and use it in GitHub Desktop.
Save blackfry/420355282383bdbaee0f8b4527422207 to your computer and use it in GitHub Desktop.
vscode settings for jest runner
{
"python.pythonPath": "/Users/markdickie/.pyenv/versions/data-service/bin/python",
"jest.showCoverageOnLoad": true,
"files.exclude": {
"out": true,
"node_modules/jest-editor-support/src": false,
"coverage/": true
},
"search.exclude": {
"out": true,
"node_modules/jest-editor-support/src": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment