Skip to content

Commit

Permalink
add changeset. update indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
admah committed Apr 4, 2024
1 parent 1b33605 commit e1971ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-shirts-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

fix: update failing test and add test command to package.json in C3 Hello World JS template.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("Hello World worker", () => {
});

it("responds with Hello World! (integration style)", async () => {
const response = await SELF.fetch("https://example.com");
expect(await response.text()).toMatchInlineSnapshot(`"Hello World!"`);
const response = await SELF.fetch("https://example.com");
expect(await response.text()).toMatchInlineSnapshot(`"Hello World!"`);
});
});

0 comments on commit e1971ba

Please sign in to comment.