Skip to content

Instantly share code, notes, and snippets.

@PavelPolyakov
Last active January 21, 2019 09:01
Show Gist options
  • Save PavelPolyakov/d08701b09df7449bd65f29ce4978ce37 to your computer and use it in GitHub Desktop.
Save PavelPolyakov/d08701b09df7449bd65f29ce4978ce37 to your computer and use it in GitHub Desktop.
{
"type": "node",
"request": "launch",
"name": "Debug jest test",
"preLaunchTask": "npm run build",
"program": "${workspaceRoot}/node_modules/.bin/jest",
"args": [
"--config",
"${workspaceRoot}/jest.config.js",
"--runInBand",
"${relativeFile}"
],
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/dist/**/*"]
}
@PavelPolyakov
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment