Skip to content

Commit a259bd8

Browse files
authored
Apply suggestions from code review
1 parent 5514cf7 commit a259bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loader.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe("loader", () => {
3737
`);
3838
});
3939

40-
it.only("should load a schema with function return type annotations", async () => {
40+
it("should load a schema with function return type annotations", async () => {
4141
const schema = await loadSchema("./test/fixtures/functions.ts");
4242
expect(schema).toMatchInlineSnapshot(`
4343
{

0 commit comments

Comments
 (0)