Skip to content

Commit 6dec536

Browse files
Update packages/wrangler/src/__tests__/type-generation.test.ts
Co-authored-by: Pete Bacon Darwin <[email protected]>
1 parent a2ca6ba commit 6dec536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/__tests__/type-generation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ describe("generateTypes()", () => {
626626
`);
627627
});
628628

629-
it("various different types of vars", async () => {
629+
it("supports various different types of vars", async () => {
630630
fs.writeFileSync(
631631
"./wrangler.toml",
632632
TOML.stringify({

0 commit comments

Comments
 (0)