1 Star 1 Fork 0

LLDLZ/vuexSourceAnalyse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
LLDLZ 提交于 2023-04-23 14:02 . vuex 3.6.2
module.exports = {
rootDir: __dirname,
globals: {
__DEV__: true
},
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'^test/(.*)$': '<rootDir>/test/$1'
},
testMatch: ['<rootDir>/test/**/*.spec.js'],
testPathIgnorePatterns: ['/node_modules/'],
setupFilesAfterEnv: [
'./test/setup.js'
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
},
coverageDirectory: 'coverage',
coverageReporters: ['json', 'lcov', 'text-summary', 'clover'],
collectCoverageFrom: [
'src/**/*.js',
'!src/index.cjs.js'
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lldlz/vuex-source-analyse.git
git@gitee.com:lldlz/vuex-source-analyse.git
lldlz
vuex-source-analyse
vuexSourceAnalyse
master

搜索帮助