Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent 0c307d7 commit 89c84f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ describe("app snapshot", function () {
| File | Method | Routing | Middlewares | FilePath |
| ------ | ------ | ---------- | ------------------ | ------------ |
| app.ts | | | | |
| | post | /getEvents | | app.ts#L3-L4 |
| | use | /useEvents | Anonymous Function | app.ts#L6-L8 |`
| | post | /getEvents | | app.ts#L3-L3 |
| | use | /useEvents | Anonymous Function | app.ts#L5-L7 |`
);
});
it("should ignore req.get() for getting paramter", async () => {
Expand Down

0 comments on commit 89c84f6

Please sign in to comment.