Skip to content

Commit

Permalink
Remove the check for the NPM 6 cafile in .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
markhallen committed Jan 15, 2025
1 parent b39f1f8 commit 7c431bd
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 7c431bd

Please sign in to comment.