Open
Description
Reproduction: vue-jest-external-script-resolve-error-repro
It seems that when using external script, modules are resolved based on the location of the vue file, rather than the script file.
This error only appears in unit test. yarn build
and yarn serve
works fine.