Skip to content

Commit

Permalink
feat(request): add noProxy setting for configuration (yarnpkg#5048)
Browse files Browse the repository at this point in the history
  • Loading branch information
glausmichael committed Apr 30, 2018
1 parent 6597301 commit 9a84fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/util/request-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ test('RequestManager.request with proxy and no-proxy options only in config with
});

test('RequestManager.request with both proxy options in env vars and config and no-proxy options in config', async () => {
try{
try {
setProxyEnvVars();
await testProxyOptionsInConfigFile();
} finally {
Expand Down

0 comments on commit 9a84fcd

Please sign in to comment.