Vue version
3.4.37
Link to minimal reproduction
https://github.com/yashjainyj/vue_Module_Issue
Steps to reproduce
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.
System Info
No response
Any additional comments?
No response