22 Star 136 Fork 35

DiDi-opensource/mpx

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.json 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
shulandmimi 提交于 2025-05-27 14:14 +08:00 . feat: support url()
{
"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"
],
"testTimeout": 10000
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/didiopensource/mpx.git
git@gitee.com:didiopensource/mpx.git
didiopensource
mpx
mpx
master

搜索帮助