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 27, 2018
1 parent 40f69ca commit 3ce5fb4
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 @@ -120,7 +120,7 @@ test('RequestManager.request with mutual TLS', async () => {
expect(body).toBe('ok');
});

test('RequestManager.request with no_proxy option', async () => {
test('RequestManager.request with no-proxy option', async () => {
let bodyHttps;
let bodyHttp;
const options = {
Expand Down

0 comments on commit 3ce5fb4

Please sign in to comment.