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
clone my repo
and run below command
yarn run test:unit
What is expected?
all jest test case should be resolved and run successfully
What is actually happening?
My Jest unit tests are failing
It appears that the vue package relies on an external dependency called entities. In the entities package, the decode.js file is missing from the dist folder.
However, the entities package has been updated and now contains two sub-folders, commonjs and esm, within the dist folder,
where decode.js can be found. The https://github.com/VUE package has not yet updated its path to reflect these changes.