22 Star 122 Fork 27

DiDi-opensource / mpx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.json 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangxiaokou 提交于 2024-03-21 15:04 . 修改单测配置文件
{
"transform": {
"^.+\\.(js|jsx)?$": "babel-jest"
},
"moduleNameMapper": {
"\\.(css|styl)$": "identity-obj-proxy"
},
"setupFiles": ["./test/unit/setup.js"],
"testEnvironment": "jsdom",
"testMatch": [
"**/packages/**/?(*.)+(spec|test).[jt]s?(x)"
],
"testPathIgnorePatterns": ["dist", "node_modules"],
"projects": [
"<rootDir>/packages/*/jest.config.json"
]
}
JavaScript
1
https://gitee.com/didiopensource/mpx.git
git@gitee.com:didiopensource/mpx.git
didiopensource
mpx
mpx
master

搜索帮助