1 Star 0 Fork 649

局外人/NocoBase

forked from NocoBase/NocoBase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.setupAfterEnv.ts 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
张中合 提交于 2023-04-10 08:48 . test: should load the .env.test (#1678)
import prettyFormat from 'pretty-format';
global['prettyFormat'] = prettyFormat;
jest.setTimeout(300000);
// 把 console.error 转换成 error,方便断言
(() => {
const spy = jest.spyOn(console, 'error');
afterAll(() => {
spy.mockRestore();
});
})();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/outsider94984/nocobase.git
git@gitee.com:outsider94984/nocobase.git
outsider94984
nocobase
NocoBase
main

搜索帮助