gpt4 book ai didi

unit-testing - 未找到转换选项中的模块 /node_modules/vue-jest

转载 作者:行者123 更新时间:2023-12-04 05:21:16 27 4
gpt4 key购买 nike

我遇到了一个错误,我需要你的帮助。感谢观看这个问题。

我的情况:我正在为我的项目配置 Drone CI 工具,当我运行 时我得到了这个在drone.yml 上进行单元测试 .

Validation Error:

Module <rootDir>/node_modules/vue-jest in the transform option was not found.

Configuration Documentation:
https://jestjs.io/docs/configuration.html

这是我的 jest.conf.js
transform: {
"^.+\\.js$": "babel-jest",
".*\\.vue$": "<rootDir>/node_modules/vue-jest"
},

我试过的:
  • 删除 <rootDir>/node_modules/ .但是我又遇到了一个错误 Module vue-jest in the transform option was not found. .所以我认为这不是正确的解决方案
  • 最佳答案

    npm install --save-dev vue-jest

    并重新运行您的测试

    关于unit-testing - 未找到转换选项中的模块 <rootDir>/node_modules/vue-jest,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53920696/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com