Skip to content

Commit 931281a

Browse files
committed
chore: remove misplaced test
1 parent 42a9512 commit 931281a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/unit/types.test-d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,6 @@ describe("types", () => {
305305
expectTypeOf(id).toEqualTypeOf<string>();
306306
}),
307307
);
308-
309-
app.all("/:userid/:postId", (event) => {
310-
expectTypeOf(event.context.params).toEqualTypeOf<{
311-
userid: string;
312-
postId: string;
313-
}>();
314-
});
315308
});
316309
});
317310
});

0 commit comments

Comments
 (0)