Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Jan 9, 2025
1 parent 271af90 commit 4a1c947
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/cli/install/bun-install-registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4783,7 +4783,11 @@ describe("transitive file dependencies", () => {
"",
"+ @another-scope/[email protected]",
"+ @scoped/[email protected]",
"+ [email protected]",
// 'aliased-file-dep' is hoisted to the root, because
// it coming from the registry, and since this
// install is from the workspace, it won't be included
// in the terminal output
// "+ [email protected]",
"+ [email protected]",
expect.stringContaining("+ [email protected]"),
"+ [email protected]",
Expand Down Expand Up @@ -4814,7 +4818,7 @@ describe("transitive file dependencies", () => {
"",
"+ @another-scope/[email protected]",
"+ @scoped/[email protected]",
"+ [email protected]",
// "+ [email protected]",
"+ [email protected]",
expect.stringContaining("+ [email protected]"),
"+ [email protected]",
Expand Down

0 comments on commit 4a1c947

Please sign in to comment.