1 Star 0 Fork 0

xlchen97/yep-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhhyang 提交于 2019-05-15 13:12 . feat:add tests
module.exports = {
setupFiles: ['./tests/setup.js'],
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
testEnvironment: 'jsdom',
testURL: 'http://localhost',
transform: {
'^.+\\.[j|t]sx?$': 'babel-jest',
'^.+\\.css$': './tests/jest/cssTransform.js',
'^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': './tests/jest/fileTransform.js',
},
moduleNameMapper: {
'^.+\\.module\\.(css|sass|scss)$': 'identity-obj-proxy',
},
moduleFileExtensions: ['js', 'ts', 'tsx', 'json', 'jsx', 'node'],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xlchen97/yep-react.git
[email protected]:xlchen97/yep-react.git
xlchen97
yep-react
yep-react
master

搜索帮助