Add documentation for running a single test

This commit is contained in:
Koen Vlaswinkel
2022-11-25 13:34:19 +01:00
parent 927817f99d
commit 24a61d387d
2 changed files with 33 additions and 6 deletions

13
.vscode/settings.json vendored
View File

@@ -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,