Remove skipIfTrue

Also, add a comment to the vscode settings file and describe how to use
it.
This commit is contained in:
Andrew Eisenberg
2023-02-14 12:39:40 -08:00
parent c0c30b48af
commit 256b806cd4
3 changed files with 26 additions and 12 deletions

View File

@@ -42,6 +42,9 @@
"LANG": "en-US",
"TZ": "UTC"
},
// These options are used by the `jestrunner.debug` command.
// They are not used by the `jestrunner.run` command.
"jestrunner.debugOptions": {
// Uncomment to debug integration tests
// "attachSimplePort": 9223,