Jason O'Neill

Results 52 comments of Jason O'Neill

Does this fix it for both setup and teardown?

I didn't know that button opened output. Okay so slight edit to the bug report then with that knowledge: * Previously (1.42 and lower) the setup output was written to...

The bit of code which was disabled here also causes issues on custom element tag names which include special characters (eg: `my_tag-name`). I realize it's been commented out now, but...

It's worth noting that these methods aren't actually correct. If you use `jest.spyOn(global, "setTimeout")`, the checks above will still be true despite the fact that timers aren't actually using the...

Not sure if this is helpful or not, but I can reproduce this issue (in the VS Code debugger) without vue at all, just a plain node app. Disabling coverage...

I just tested debugging in VS Code with a node app instrumented with istanbul and esbuild and it works fine with breakpoints being where they should be. So I think...

@AriPerkkio Sorry for the delay, this is gnarly. I couldn't reproduce it starting from an empty repo, but I started deconstructing my massive repo and I was able to get...

@brandonroberts I tried to apply your fix to this reproduction here: https://github.com/vitest-dev/vitest/issues/5380#issuecomment-2024538286 but it didn't seem to work. Disabling esbuild completely does work, but probably comes with other consequences with...