We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1781ff commit 1f376aeCopy full SHA for 1f376ae
1 file changed
src/testing/basic.test.ts
@@ -62,7 +62,7 @@ describe("transpiling basic types", () => {
62
// without strict mode the `undefined` gets lost here
63
"T = float",
64
],
65
- ["export type T = `a.b.${string}`", "T = string"],
+ ["export type T = `a.b.${string}`", "T = str"],
66
])("transpiles %p to %p", async (input, expected) => {
67
const result = await transpileString(input);
68
expect(result).toEqual(expected);
0 commit comments