You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were blocked by vitest-dev/vitest#1978
but thanks to @sheremet-va help (see vitest-dev/vitest#1978 (comment))
we now have a way to use the latest vitest releases.
It turns out that we needed to:
- alias `@vue/compat` to its ESM bundle
- use `Vue.extend` instead of `extend` in the `compat.spec.ts` file, as `extend` is not a named export
0 commit comments