* 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
@@ -0,0 +1 @@
+export default undefined;
@@ -1,4 +1,7 @@
-const RouterConfig = [];
+jest.mock('antd-pro-merge-less');
+
+const RouterConfig = require('../../config/config').default.routes;
const BASE_URL = `http://localhost:${process.env.PORT || 8000}`;
function formatter(data) {