3 Star 0 Fork 0

jimmy/zbxtable-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jest.config.js 925 Bytes
一键复制 编辑 原始数据 按行查看 历史
canghai809 提交于 2020-07-21 13:52 . first commit
module.exports={
verbose:true,
coverageThreshold:{
global:{
branches:30,
functions:30,
lines:30,
statements:30,
},
},
coveragePathIgnorePatterns:['/node_modules/'],
testRegex:'(/__tests__/.*\\.(test|spec))\\.(tsx?|jsx?)$',
testPathIgnorePatterns:['/scripts/','configs','common'],
moduleFileExtensions:['js','jsx','ts','tsx','mjs','json','node'],
modulePathIgnorePatterns:['/node_modules/'],
moduleNameMapper:{
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':'<rootDir>/__mocks__/fileMock.js',
'\\.(css|less)$':'<rootDir>/__mocks__/styleMock.js',
},
transform:{
'^.+\\.tsx?$':'ts-jest',
'^.+\\.jsx?$':'babel-jest',
},
transformIgnorePatterns:['/node_modules/'],
unmockedModulePathPatterns:['<rootDir>/node_modules/react/','<rootDir>/node_modules/react-dom/'],
collectCoverage: true,
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smartoa/zbxtable-web.git
git@gitee.com:smartoa/zbxtable-web.git
smartoa
zbxtable-web
zbxtable-web
master

搜索帮助