From f2ae18bb466e9ac74b239af2d05ead2671f1c000 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 15 Jan 2025 16:39:53 -0500 Subject: [PATCH] test: also check in logOutro.test.ts --- packages/create/src/cli/loggers/logOutro.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create/src/cli/loggers/logOutro.test.ts b/packages/create/src/cli/loggers/logOutro.test.ts index 802aa820..1f38d6c1 100644 --- a/packages/create/src/cli/loggers/logOutro.test.ts +++ b/packages/create/src/cli/loggers/logOutro.test.ts @@ -51,7 +51,7 @@ describe("logOutro", () => { expect(mockPromptWarn.mock.calls).toEqual([ [ - `The ${chalk.red("itemB")} groupA failed. You should re-run it and fix its complaints.`, + `The ${chalk.red("itemB")} groupA failed. You should re-run it and fix its complaints.\nError: Oh no!`, ], ]); expect(mockOutro.mock.calls).toEqual([["Bye!"]]);