145 Star 985 Fork 319

GVPant-design/ant-design-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.ts 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
DaoYuan 提交于 2023-03-17 10:49 . fix: ci (#10613)
import { configUmiAlias, createConfig } from '@umijs/max/test';
export default async () => {
const config = await configUmiAlias({
...createConfig({
target: 'browser',
}),
});
console.log(JSON.stringify(config));
return {
...config,
testEnvironmentOptions: {
...(config?.testEnvironmentOptions || {}),
url: 'http://localhost:8000',
},
setupFiles: [...(config.setupFiles || []), './tests/setupTests.jsx'],
globals: {
...config.globals,
localStorage: null,
},
};
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ant-design/ant-design-pro.git
[email protected]:ant-design/ant-design-pro.git
ant-design
ant-design-pro
ant-design-pro
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385