Skip to content

Commit 1f376ae

Browse files
committed
fix test case
1 parent f1781ff commit 1f376ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testing/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe("transpiling basic types", () => {
6262
// without strict mode the `undefined` gets lost here
6363
"T = float",
6464
],
65-
["export type T = `a.b.${string}`", "T = string"],
65+
["export type T = `a.b.${string}`", "T = str"],
6666
])("transpiles %p to %p", async (input, expected) => {
6767
const result = await transpileString(input);
6868
expect(result).toEqual(expected);

0 commit comments

Comments
 (0)