Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiboomeri committed Feb 28, 2023
1 parent ac661f3 commit e405cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixture/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ describe("API routes", () => {

expectTypeOf($fetch("/api/serialized/map")).toMatchTypeOf<
Promise<{
foo: object;
foo: Record<string, never>;
}>
>();

expectTypeOf($fetch("/api/serialized/set")).toMatchTypeOf<
Promise<{
foo: object;
foo: Record<string, never>;
}>
>();

Expand Down

0 comments on commit e405cbb

Please sign in to comment.