1 Star 0 Fork 0

关中刀客在青岛 / 阿洛识字_nuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
关中刀客在青岛 提交于 2019-10-24 13:56 . 项目初始化
module.exports = {
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/$1',
'^~/(.*)$': '<rootDir>/$1',
'^vue$': 'vue/dist/vue.common.js'
},
moduleFileExtensions: ['js', 'vue', 'json'],
transform: {
'^.+\\.js$': 'babel-jest',
'.*\\.(vue)$': 'vue-jest'
},
'collectCoverage': true,
'collectCoverageFrom': [
'<rootDir>/components/**/*.vue',
'<rootDir>/pages/**/*.vue'
]
}
JavaScript
1
https://gitee.com/daoke0818/pro_baby_literacy.git
git@gitee.com:daoke0818/pro_baby_literacy.git
daoke0818
pro_baby_literacy
阿洛识字_nuxt
master

搜索帮助