Austin Bevacqua

Results 1 comments of Austin Bevacqua

I'm getting the same issue with Vue and Vitest. `ReferenceError: ResizeObserver is not defined` Adding this to the test file creates different issues: ``` window.ResizeObserver = vi.fn().mockImplementation(() => ({ observe:...