1 Star 0 Fork 0

千拾 / element3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
崔效瑞 提交于 2020-08-11 17:12 . test: change config for domain
module.exports = {
testEnvironment: 'jsdom',
roots: [
'<rootDir>/src',
'<rootDir>/packages',
'<rootDir>/test'
],
transform: {
'^.+\\.vue$': 'vue-jest',
'^.+\\js$': 'babel-jest'
},
moduleFileExtensions: ['vue', 'js', 'json', 'jsx', 'ts', 'tsx', 'node'],
testMatch: ['**/tests/**/?(*.)+(test).[jt]s?(x)', '**/__tests__/**/*.spec.js'],
moduleNameMapper: {
'^element-ui(.*)$': '<rootDir>$1',
'^main(.*)$': '<rootDir>/src$1'
}
}
1
https://gitee.com/xing_yi_jun/element3.git
git@gitee.com:xing_yi_jun/element3.git
xing_yi_jun
element3
element3
master

搜索帮助