作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
请帮忙解决下一个错误,我尝试使用 Jest 在 VUE3 中创建我的测试,但我遇到了下一个错误,我正在使用带有 webpack mix 的 laravel 8
任何的想法?
enter image description here
最佳答案
在项目中,我使用了 Vue3、Vite、Typescript 和测试工具 Jest。我只找到了 1 个解决方案来解决这个问题。我有同样的问题,花了几个小时找到正确的答案。您可以尝试在 package.json 中将 Jest 的版本从 ^27 更改为 ^26。
"jest": "^26.6.3"
如果您也使用 Typescript,则应该更改 ts-jest 插件的版本。
"ts-jest": "^26.5.6"
关于jestjs - 与 Vue3 错误 : Cannot destructure property 'config' of 'undefined' as it is undefined 开 Jest ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68041781/
我是一名优秀的程序员,十分优秀!