Open qeleb opened 9 months ago
Since updating to vite-plugin-solid v2.8.3 (& still on v2.9.0), all my unit tests have been failing in Vitest with this error:
vite-plugin-solid
v2.8.3
v2.9.0
[error] TypeError: Cannot read properties of undefined (reading 'extend') [error] ❯ Object.<anonymous> node_modules/@testing-library/jest-dom/dist/vitest.js:18:15
For now, I'm going to stay on v2.8.2 where the issue doesn't happen
v2.8.2
Maybe this should be reported to @testing-library/jest-dom as well.
@testing-library/jest-dom
Since updating to
vite-plugin-solid
v2.8.3
(& still onv2.9.0
), all my unit tests have been failing in Vitest with this error:For now, I'm going to stay on
v2.8.2
where the issue doesn't happen