MCPcopy Create free account
hub / github.com/DIYgod/RSSHub / httpExpect

Function httpExpect

lib/utils/proxy/unify-proxy.test.ts:51–51  ·  view source on GitHub ↗
(unified)

Source from the content-addressed store, hash-verified

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 });

Callers 1

Calls 1

effectiveExpectFunction · 0.70

Tested by

no test coverage detected