Blackboxed node_modules when debugging jest tests in VS Code (#8888)

This commit is contained in:
Nick Taylor 2020-06-25 14:34:12 -04:00 committed by GitHub
parent d2ef01ecc2
commit 56e6c5e15b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.vscode/launch.json vendored
View file

@ -75,7 +75,8 @@
"internalConsoleOptions": "neverOpen",
"windows": {
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
}
},
"skipFiles": ["node_modules/*"]
}
]
}