Skip to content

Commit

Permalink
Merge pull request #230 from bcanseco/master
Browse files Browse the repository at this point in the history
fix(jest): current file launch config on Windows
  • Loading branch information
connor4312 authored Oct 18, 2021
2 parents 69fbc3b + 679942b commit 5da7487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions debugging-jest-tests/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"name": "Jest Current File",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": [
"--runTestsByPath",
"${relativeFile}",
"--config",
"jest.config.js"
Expand Down
3 changes: 2 additions & 1 deletion debugging-jest-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ To try the example you'll need to install dependencies by running:
"name": "Jest Current File",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": [
"${fileBasenameNoExtension}",
"--runTestsByPath",
"${relativeFile}",
"--config",
"jest.config.js"
],
Expand Down

0 comments on commit 5da7487

Please sign in to comment.