1 Star 1 Fork 1

elfeach/vite-scaffold-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
elfeach 提交于 2021-03-03 17:49 . add jest & e2e
module.exports = {
transform: {
// 用 `vue-jest` 处理 `*.vue` 文件
'^.+\\.jsx?$': 'babel-jest', // Adding this line solved the issue
'^.+\\.vue$': 'vue-jest',
'^.+\\.tsx?$': 'ts-jest'
},
testMatch: [ "**/?(*.)+(test).[jt]s?(x)" ]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/elfeach/vite-scaffold-template.git
git@gitee.com:elfeach/vite-scaffold-template.git
elfeach
vite-scaffold-template
vite-scaffold-template
master

搜索帮助