panick-carousel
Results
2
comments of
panick-carousel
I am requesting to be able to override the config file timeout setting by passing a cli option. Specifically this setting: https://vitest.dev/config/#testtimeout This means vscode debugger becomes usable easily.
I managed to make the logging from `debug` be more usable by writing to stdout instead of stderr: `debug.log = console.log.bind(console)` but even that still fails to display the output...