Skip to content

Commit

Permalink
test: also check in logOutro.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 15, 2025
1 parent b575f08 commit f2ae18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/src/cli/loggers/logOutro.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!"]]);
Expand Down

0 comments on commit f2ae18b

Please sign in to comment.