We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a9eb2 commit 404f874Copy full SHA for 404f874
.github/DEVELOPMENT.md
@@ -61,3 +61,8 @@ pnpm run test --coverage
61
62
Note that [console-fail-test](https://github.com/JoshuaKGoldberg/console-fail-test) is enabled for all test runs.
63
Calls to `console.log`, `console.warn`, and other console methods will cause a test to fail.
64
+
65
+### Debugging Tests
66
67
+This repository includes a [VS Code launch configuration](https://code.visualstudio.com/docs/editor/debugging) for debugging unit tests.
68
+To launch it, open a test file, then run _Debug Current Test File_ from the VS Code Debug panel (or press F5).
0 commit comments