diff --git a/test/cli/install/bun-link.test.ts b/test/cli/install/bun-link.test.ts index 7bf29cf23b3f30..7079050da262da 100644 --- a/test/cli/install/bun-link.test.ts +++ b/test/cli/install/bun-link.test.ts @@ -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); });