Skip to content

Commit

Permalink
remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Nov 16, 2023
1 parent 4869bc2 commit 7124350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/e2e/deploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe("deploy", () => {

it("init worker", async () => {
const { stdout } =
await runInRoot`$$ ${WRANGLER} init --yes --no-delegate-c3 ${workerName}`;
await runInRoot`$ ${WRANGLER} init --yes --no-delegate-c3 ${workerName}`;

expect(normalize(stdout)).toContain(
"To publish your Worker to the Internet, run `npm run deploy`"
Expand Down

0 comments on commit 7124350

Please sign in to comment.