(unified)
| 49 | const httpUri = 'http://rsshub.proxy:2333'; |
| 50 | const httpObj = { ...httpNoPortObj, port: '2333' }; |
| 51 | const httpExpect = (unified) => effectiveExpect(unified, httpUri, httpObj); |
| 52 | it('proxy-uri http', () => { |
| 53 | httpExpect(unifyProxy(httpUri, emptyProxyObj)); |
| 54 | }); |
no test coverage detected