We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dba69c commit 77557d9Copy full SHA for 77557d9
1 file changed
types/index.tst.ts
@@ -141,4 +141,4 @@ expect(writer).type.toBe<SerializerFactory>()
141
const compiler = factory(schemaMap)
142
expect(compiler).type.toBe<SerializerCompiler>()
143
expect(compiler(endpointSchema)).type.toBe<Serializer>()
144
-}
+}
0 commit comments