Skip to content

Commit

Permalink
Merge pull request #11307 from dependabot/markhallen/remove-npm6-cafi…
Browse files Browse the repository at this point in the history
…le-spec

Remove the check for the NPM 6 `cafile` in `.npmrc`
  • Loading branch information
markhallen authored Jan 15, 2025
2 parents b39f1f8 + 7c431bd commit 794cb64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions npm_and_yarn/spec/npm_and_yarn_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
npm_result = `npm config list`
# Output from yarn config set
expect(npm_result).to include("audit = false")
expect(npm_result).to include(
"cafile = \"/usr/local/share/ca-certificates/dbot-ca.crt\""
)
expect(npm_result).to include("dry-run = true")
expect(npm_result).to include("ignore-scripts = true")
end
Expand Down

0 comments on commit 794cb64

Please sign in to comment.