We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5514cf7 commit a259bd8Copy full SHA for a259bd8
test/loader.test.ts
@@ -37,7 +37,7 @@ describe("loader", () => {
37
`);
38
});
39
40
- it.only("should load a schema with function return type annotations", async () => {
+ it("should load a schema with function return type annotations", async () => {
41
const schema = await loadSchema("./test/fixtures/functions.ts");
42
expect(schema).toMatchInlineSnapshot(`
43
{
0 commit comments