-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Description
I updated to the latest version: 2.0.0-rc.18
and I started having ts errors. I looked into node_modules/@vue/test-utils/dist/interfaces/wrapperLike.d.ts
and I found this:
import { DefinedComponent, FindAllComponentsSelector, FindComponentSelector, NameSelector, RefSelector } from 'src/types';
import { VueWrapper } from 'src/vueWrapper';
But I have this folder structure in node_modules/@vue/test-utils
and there is no src, you need to change src for ... I think
https://github.com/vuejs/vue-test-utils-next/blob/v2.0.0-rc.18/src/interfaces/wrapperLike.ts
Thanks!
Metadata
Metadata
Assignees
Labels
No labels