Skip to content

Commit 3bbd829

Browse files
committed
last try
1 parent f163728 commit 3bbd829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe("Config Prompt Tests", () => {
8080
.it(
8181
"should have selected the right option and generated the file not in the config",
8282
(ctx) => {
83-
expect(ctx.stdout).toMatchSnapshot();
83+
expect(normalizeLineEndings(ctx.stdout)).toMatchSnapshot();
8484

8585
// Ora spinner outputs to stderr by default, we
8686
expect(ctx.stderr).toContain("- Validating generated types");

0 commit comments

Comments
 (0)