You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have came across the versions 4.0.0 and 4.0.1 of vue-jest. I assume it should be possible to use these versions as usual, as they seem to be marked as stable versions.
In [email protected] (and probably in 4.0.0 as well) there is an issue with running tests. Tests fail with TypeError: Cannot destructure property 'config' of 'undefined' as it is undefined. when you try to import a vue component into a test file.
I have came across the versions
4.0.0
and4.0.1
of vue-jest. I assume it should be possible to use these versions as usual, as they seem to be marked as stable versions.In [email protected] (and probably in 4.0.0 as well) there is an issue with running tests. Tests fail with
TypeError: Cannot destructure property 'config' of 'undefined' as it is undefined.
when you try to import a vue component into a test file.Reproduction is here: https://github.com/pazderka/vue-jest-error-repro
just run
npm install
andnpm run test
and the error will occur.The same repo is working when you install [email protected]
The text was updated successfully, but these errors were encountered: