mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
remove ✨comments ✨
This commit is contained in:
@@ -128,21 +128,21 @@ describe('makeSimpleProxyFetcher()', () => {
|
|||||||
},
|
},
|
||||||
outputBody: 'hello world',
|
outputBody: 'hello world',
|
||||||
});
|
});
|
||||||
// setResult("json", { hello: 42 });
|
setResult('json', { hello: 42 });
|
||||||
// expectFetchCall({
|
expectFetchCall({
|
||||||
// inputUrl: "https://google.com/",
|
inputUrl: 'https://google.com/',
|
||||||
// input: {
|
input: {
|
||||||
// method: "POST",
|
method: 'POST',
|
||||||
// query: {},
|
query: {},
|
||||||
// readHeaders: [],
|
readHeaders: [],
|
||||||
// headers: {},
|
headers: {},
|
||||||
// },
|
},
|
||||||
// outputUrl: `https://example.com/proxy?destination=${encodeURIComponent('https://google.com/')}`,
|
outputUrl: `https://example.com/proxy?destination=${encodeURIComponent('https://google.com/')}`,
|
||||||
// output: {
|
output: {
|
||||||
// method: "POST",
|
method: 'POST',
|
||||||
// headers: {},
|
headers: {},
|
||||||
// },
|
},
|
||||||
// outputBody: { hello: 42 }
|
outputBody: { hello: 42 },
|
||||||
// })
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user