gezilinll

Results 2 comments of gezilinll

> It's possible if you run Vitest in watch-mode and open browser's dev-tools. @AriPerkkio thanks, how to enable watch-mode and open dev-tools, i can't find infomation in document

> To run in watch mode, remove the `run` part from here: https://github.com/gezilinll/vitest-browser-debugger/blob/51542b5af37f932ba35643190191e0961b23c70c/package.json#L5-L7 > > ```diff > "scripts": { > - "test": "vitest run" > + "test": "vitest" > },...