Skip to content

Commit

Permalink
Update debug configuration to use correct config filename (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
dddlr authored Feb 21, 2023
1 parent 488deaa commit 99b3620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"request": "launch",
"name": "Jest Current File",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": ["${fileBasenameNoExtension}", "--config", "jest.config.js"],
"args": ["${fileBasenameNoExtension}", "--config", "jest.config.json"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
Expand Down

0 comments on commit 99b3620

Please sign in to comment.