Skip to content

Instantly share code, notes, and snippets.

@assertnotnull
Created May 16, 2019 20:26
Show Gist options
  • Save assertnotnull/eb3f89a0d719b51c61f597a4a015932c to your computer and use it in GitHub Desktop.
Save assertnotnull/eb3f89a0d719b51c61f597a4a015932c to your computer and use it in GitHub Desktop.
For node 8 jest >23
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"name": "jest run current file",
"request": "launch",
"args": [
"--runInBand",
"--config=tests/client.jest.json",
"${file}"
],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment