Skip to content

Commit

Permalink
Remove disallowed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Jul 9, 2024
1 parent 71183da commit e753a31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"args": ["${file}", "--config", "jest.config.js", "--no-cache"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"windows": {
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
}
Expand All @@ -28,7 +27,6 @@
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"windows": {
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
}
Expand Down

0 comments on commit e753a31

Please sign in to comment.