Skip to content

Commit

Permalink
Merge branch 'canary' into sam/github-workflow/bankrupt-2019-again
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Jun 18, 2024
2 parents 75244e5 + 4ecbcfd commit 5040771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"typescript",
"typescriptreact"
],
// Disable Jest autoRun as otherwise it will start running all tests the first time.
"jest.autoRun": "off",
// Set Jest runMode to on-demand as otherwise it will start running all tests the first time.
// Equivalent to deprecated option "jest.autoRun": "off"
"jest.runMode": "on-demand",
// Debugging.
"debug.javascript.unmapMissingSources": true,
"files.exclude": {
Expand Down

0 comments on commit 5040771

Please sign in to comment.