Skip to content

Commit 0418345

Browse files
authored
Configure jest.runMode to run on-demand (#8292)
2 parents 168312e + cbec6d4 commit 0418345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"editor.formatOnSave": false,
2121
"eslint.lintTask.enable": true,
2222
"dotnet.defaultSolution": "disable",
23-
"jest.autoRun": "off",
23+
"jest.runMode": "on-demand",
2424
}

0 commit comments

Comments
 (0)