Skip to content

Commit

Permalink
strip ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Feb 29, 2024
1 parent e80df1a commit fb7ef1c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/wrangler/e2e/dev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,13 +846,9 @@ describe("zone selection", () => {
return { stderr: session.stderr };
}
);
expect(stderr).toMatchInlineSnapshot(`
"✘ [ERROR] Could not access \`not-a-domain.testing.devprod.cloudflare.dev\`. Make sure the domain is set up to be proxied by Cloudflare.
For more details, refer to https://developers.cloudflare.com/workers/configuration/routing/routes/#set-up-a-route
"
expect(normalizeOutput(stderr)).toMatchInlineSnapshot(`
"X [ERROR] Could not access \`not-a-domain.testing.devprod.cloudflare.dev\`. Make sure the domain is set up to be proxied by Cloudflare.
For more details, refer to https://developers.cloudflare.com/workers/configuration/routing/routes/#set-up-a-route"
`);
});
});
Expand Down

0 comments on commit fb7ef1c

Please sign in to comment.