Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 8, 2023
1 parent fe199f7 commit 7325810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
// changeOrigin: true,
// },
// },

/**
* @name 详细的代理配置
* @doc https://github.com/chimurai/http-proxy-middleware
Expand Down
1 change: 1 addition & 0 deletions src/pages/User/Login/login.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import React from 'react';
import { TestBrowser } from '@@/testBrowser';

// @ts-ignore
import { startMock } from '@@/requestRecordMock';

const waitTime = (time: number = 100) => {
Expand Down

0 comments on commit 7325810

Please sign in to comment.