-
Konrad Mohrfeldt authored
We’ll only use vitest for non-compat Vue 3 code. But application code may still rely on @vue/compat (as specified in the vite config). If we don’t specify the exact vue package for tests, we’ll run into this error: https://github.com/vuejs/core/issues/4344.
Konrad Mohrfeldt authoredWe’ll only use vitest for non-compat Vue 3 code. But application code may still rely on @vue/compat (as specified in the vite config). If we don’t specify the exact vue package for tests, we’ll run into this error: https://github.com/vuejs/core/issues/4344.