Add documentation for running a single test
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -42,12 +42,13 @@
|
||||
"LANG": "en-US",
|
||||
"TZ": "UTC"
|
||||
},
|
||||
"jestrunner.debugOptions": {
|
||||
"attachSimplePort": 9223,
|
||||
"env": {
|
||||
"VSCODE_WAIT_FOR_DEBUGGER": "true",
|
||||
}
|
||||
},
|
||||
// Uncomment to debug integration tests
|
||||
// "jestrunner.debugOptions": {
|
||||
// "attachSimplePort": 9223,
|
||||
// "env": {
|
||||
// "VSCODE_WAIT_FOR_DEBUGGER": "true",
|
||||
// }
|
||||
// },
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
|
||||
Reference in New Issue
Block a user