1 Star 0 Fork 0

Vue.js/vuex-router-sync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kia King Ishii 提交于 2021-02-05 08:27 +08:00 . chore: generate html coverage report
module.exports = {
preset: 'ts-jest',
rootDir: __dirname,
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'^test/(.*)$': '<rootDir>/test/$1'
},
testMatch: ['<rootDir>/test/**/*.spec.ts'],
testPathIgnorePatterns: ['/node_modules/'],
coverageDirectory: 'coverage',
coverageReporters: ['html', 'json', 'lcov', 'text-summary'],
collectCoverageFrom: [
'src/**/*.ts'
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vuejs/vuex-router-sync.git
git@gitee.com:vuejs/vuex-router-sync.git
vuejs
vuex-router-sync
vuex-router-sync
master

搜索帮助