4 Star 17 Fork 1

antv / AVA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.base.js 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
roots: ['<rootDir>/src', '<rootDir>/__tests__'],
transform: {
'^.+\\.ts$': 'ts-jest',
},
testRegex: '(/__tests__/.*.(test|spec)).(jsx?|tsx?|ts?)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
collectCoverage: false,
coveragePathIgnorePatterns: ['(tests/.*.mock).(jsx?|tsx?)$'],
verbose: false,
globals: {
'ts-jest': {
// 跳过 ts 报错
diagnostics: false,
},
},
};
TypeScript
1
https://gitee.com/antv/AVA.git
git@gitee.com:antv/AVA.git
antv
AVA
AVA
master

搜索帮助