zy

Results 4 comments of zy

你好,请问用过axios请求过 http://host:port/api 这样的API吗? 使用http协议得时候,jest会报 Timeout - Async callback was not invoked within the 5000ms timeout specified by jes timeout specified by jest.setTimeout.Error 使用https得时候,会正常通过,请问又配置可以解决这个问题吗?

![image](https://user-images.githubusercontent.com/23359848/69129774-1342ee80-0aea-11ea-9820-f1ae056cd3d6.png) ![image](https://user-images.githubusercontent.com/23359848/69129901-687f0000-0aea-11ea-893e-b0c75d554500.png) 是这样的,我这里的request本地使用了http 然后线上测试使用了https 跑jest的时候, https可以通过,但是http就会报timeout 后面是我react-redux的代码和jest: ![image](https://user-images.githubusercontent.com/23359848/69129942-8187b100-0aea-11ea-8a75-6497758fcb2e.png) ![image](https://user-images.githubusercontent.com/23359848/69130096-e17e5780-0aea-11ea-80a8-f106266d9e18.png)

Yes, that is difficult to implement.