We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3414a commit 3d4ada0Copy full SHA for 3d4ada0
1 file changed
npm_and_yarn/spec/dependabot/npm_and_yarn/file_parser_spec.rb
@@ -1264,7 +1264,7 @@
1264
1265
it "includes the real aliased package with the requirement as version" do
1266
dep = top_level_dependencies.find { |d| d.name == "is-number" }
1267
- expect(dep).to_not be_nil
+ expect(dep).not_to be_nil
1268
expect(dep.version).to be_nil
1269
expect(dep.requirements.first[:requirement]).to eq("^7.0.0")
1270
end
0 commit comments