Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Aug 13, 2024
1 parent 63fcf57 commit 6bbd048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/valid-data-type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe("valid-data-type", () => {

it("lowercase", assertValidSchema("lowercase", "MyType"));
it("const-spread", assertValidSchema("const-spread", "MyType"));
it.only("keyof-typeof-x", assertValidSchema("keyof-typeof-x", "MyType"));
it("keyof-typeof-x", assertValidSchema("keyof-typeof-x", "MyType"));

it("promise-extensions", assertValidSchema("promise-extensions", "*"));

Expand Down

0 comments on commit 6bbd048

Please sign in to comment.