Closed skeezrxcco closed 1 year ago
It's hard to say without more information.
Can you provide us a small repro online using https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest?file=src%2Fcomponents%2F__tests__%2FHelloWorld.spec.ts ?
It only takes a few minutes, and we'll be able to take a look
We had no answer from the OP. If the issue persists, feel free to ping me with a repro and I'll take a look
Describe the bug After updating npm all my tests using vue test utils broke (updating from 2.3.2 => 2.4.0)
To Reproduce run tests
Expected behavior to have tests passing but now i have a lot of errors pertaining to the
VueWrapper
andDOMWrapper.
eg:package.json
To bandage this we downgraded the version. Could someone give advice on this situation?