Skip to content

Commit

Permalink
chore: update doctor snapshots for new proxy messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent b34ee65 commit 9b54ace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tap-snapshots/test/lib/commands/doctor.js.test.cjs
Expand Up @@ -180,9 +180,9 @@ Object {

exports[`test/lib/commands/doctor.js TAP bad proxy > output 1`] = `
Check Value Recommendation/Notes
npm ping not ok unsupported proxy protocol: 'ssh:'
npm -v not ok Error: unsupported proxy protocol: 'ssh:'
node -v not ok Error: unsupported proxy protocol: 'ssh:'
npm ping not ok Invalid protocol \`ssh:\` connecting to proxy \`npmjs.org\`
npm -v not ok Error: Invalid protocol \`ssh:\` connecting to proxy \`npmjs.org\`
node -v not ok Error: Invalid protocol \`ssh:\` connecting to proxy \`npmjs.org\`
npm config get registry ok using default registry (https://registry.npmjs.org/)
git executable in PATH ok /path/to/git
global bin folder in PATH ok {CWD}/global/bin
Expand Down

0 comments on commit 9b54ace

Please sign in to comment.