diff --git a/docs/guide/debugging.md b/docs/guide/debugging.md index 00a012de2..c9fa79dbd 100644 --- a/docs/guide/debugging.md +++ b/docs/guide/debugging.md @@ -10,7 +10,7 @@ When debugging tests you might want to use `--test-timeout` CLI argument to prev ## VS Code -Quick way to debug tests in VS Code is via `JavaScript Debug Terminal`. Open a new `JavaScript Debug Terminal` and run `npm run test` or `vitest` directly. *this works with any code ran in Node, so will work with most JS testing frameworks* +Quick way to debug tests in VS Code is via `JavaScript Debug Terminal`. Open a new `JavaScript Debug Terminal` and run `npm run test` or `vitest` directly. *this works with any code run in Node, so will work with most JS testing frameworks* ![image](https://user-images.githubusercontent.com/5594348/212169143-72bf39ce-f763-48f5-822a-0c8b2e6a8484.png)