Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 8, 2023
1 parent c670981 commit 3d67c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-routes/app-custom-routes.test.ts
Expand Up @@ -425,7 +425,7 @@ createNextDescribe(

describe('cookies().has()', () => {
it('gets the correct values', async () => {
const res = await next.fetch(bathPath + '/hooks/cookies/has')
const res = await next.fetch(basePath + '/hooks/cookies/has')

expect(res.status).toEqual(200)

Expand Down
24 changes: 0 additions & 24 deletions test/e2e/app-dir/app-routes/tsconfig.json

This file was deleted.

0 comments on commit 3d67c74

Please sign in to comment.