Skip to content

Commit

Permalink
Merge branch 'master' into multiple-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Sep 15, 2024
2 parents d201a88 + 85a1b4a commit d500ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/remove.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe("remove packages", () => {
dependencies: { "some.other.package": "1.0.0" },
scopedRegistries: [
{
name: "example.com",
name: expect.any(String),
url: someRegistryUrl,
scopes: ["some.other.package"],
},
Expand Down

0 comments on commit d500ecd

Please sign in to comment.