Skip to content

Commit e366aed

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

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
@@ -697,7 +697,7 @@ describe("generateTypes()", () => {
697697
);
698698
});
699699

700-
it("should produce string and union types for variables (default)", async () => {
700+
it("should produce literal and union types for variables (default)", async () => {
701701
await runWrangler("types");
702702

703703
expect(std.out).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)