Skip to content

Commit

Permalink
last try
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillaren committed May 1, 2024
1 parent f163728 commit 3bbd829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.test.ts
Expand Up @@ -80,7 +80,7 @@ describe("Config Prompt Tests", () => {
.it(
"should have selected the right option and generated the file not in the config",
(ctx) => {
expect(ctx.stdout).toMatchSnapshot();
expect(normalizeLineEndings(ctx.stdout)).toMatchSnapshot();

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

0 comments on commit 3bbd829

Please sign in to comment.