1 Star 0 Fork 33

NoErrors/mpx

forked from DiDi-opensource/mpx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.json 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiyuki 提交于 2024-08-07 21:39 . update lerna && fix api-proxy jest
{
"transform": {
"^.+\\.(js|jsx)?$": "babel-jest"
},
"moduleNameMapper": {
"\\.(css|styl)$": "identity-obj-proxy"
},
"testEnvironment": "jsdom",
"testMatch": [
"**/packages/**/?(*.)+(spec|test).[jt]s?(x)"
],
"testPathIgnorePatterns": ["dist", "node_modules"],
"projects": [
"<rootDir>/packages/*/jest.config.json"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gsocode/mpx.git
[email protected]:gsocode/mpx.git
gsocode
mpx
mpx
master

搜索帮助