Commit 0858fb9e authored by 何乐's avatar 何乐 Committed by 陈帅

[v4] fix e2e test (#3915)

* fix type definition

* fix e2e test

* fix e2e compile failed

* remove untracked file

* retrack file

* fix azure windows test timeout

* roll back timeout

* clean

* add mock/route.ts
parent b20e9c9d
const RouterConfig = []; jest.mock('antd-pro-merge-less');
const RouterConfig = require('../../config/config').default.routes;
const BASE_URL = `http://localhost:${process.env.PORT || 8000}`; const BASE_URL = `http://localhost:${process.env.PORT || 8000}`;
function formatter(data) { function formatter(data) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment