There is seems to be an error that causes our build to fail after library update to v2.0.0-rc.14 https://github.com/vuejs/vue-test-utils-next/blob/df6c234d2511f500be996620118c99625a86e165/src/domWrapper.ts#L8 I guess proper line should be: ```typescript import { VueWrapper } from '.'; ``` As there is no `src` fodler in npm package: 