2 Star 0 Fork 0

6xiaoxin/vue3 template pc and h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
6小新 提交于 2021-11-19 17:34 . first
module.exports = {
moduleFileExtensions: ['vue', 'js', 'ts'],
preset: 'ts-jest',
testEnvironment: 'jsdom',
transform: {
'^.+\\.vue$': 'vue-jest',
'^.+\\.ts$': 'ts-jest'
},
// 匹配 __tests__ 目录下的 .js/.ts 文件 或 xx.test.js/ts xx.spec.js/ts
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$',
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1' // 配置 jest 下 @ -> src
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoxin6a/vue3-template-pc-and-h5.git
git@gitee.com:xiaoxin6a/vue3-template-pc-and-h5.git
xiaoxin6a
vue3-template-pc-and-h5
vue3 template pc and h5
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385