Skip to content

Commit

Permalink
Update next-rs-api.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 29, 2024
1 parent a9628b8 commit 891b397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/development/basic/next-rs-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ describe('next.rs api', () => {
expect(entrypoints.done).toBe(false)
expect(Array.from(entrypoints.value.routes.keys()).sort()).toEqual([
'/',
// TODO: Unclear why this needs to be `/_not-found/page` whereas the others don't include `/page`.
'/_not-found/page',
'/_not-found',
'/api/edge',
'/api/nodejs',
'/app',
Expand Down

0 comments on commit 891b397

Please sign in to comment.