Skip to content

Commit

Permalink
Update bun-link.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 7, 2024
1 parent 8e101a8 commit 1387037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cli/install/bun-link.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,5 +512,7 @@ it("should link dependency without crashing", async () => {
"[] done",
"",
]);

// This should fail with a non-zero exit code.
expect(await exited4).toBe(1);
});

0 comments on commit 1387037

Please sign in to comment.