-
Q. How to run vitest with full breakpoint debugging in vscode?
Open JavaScript Debug terminal from the VS Code terminal dropdown menu. Run the tests normally.
-
how to increase the collapse limit for nested objects in the js console when dumping from vitest?
This works, but it's gross:
import util from "node:util";