We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df99735 commit 8cd5c0fCopy full SHA for 8cd5c0f
1 file changed
packages/core/src/utils/fetch.test.ts
@@ -261,6 +261,7 @@ describe('fetch utils', () => {
261
it('should fall back to no_proxy if NO_PROXY is not set', () => {
262
const proxyUrl = 'http://proxy.example.com';
263
const noProxyValue = 'localhost,127.0.0.1';
264
+ vi.stubEnv('NO_PROXY', undefined);
265
vi.stubEnv('no_proxy', noProxyValue);
266
267
setGlobalProxy(proxyUrl);
0 commit comments