From 891b397277ecf0410e22b748beea0698f42061af Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Thu, 29 Feb 2024 15:37:00 +0100 Subject: [PATCH] Update next-rs-api.test.ts --- test/development/basic/next-rs-api.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/development/basic/next-rs-api.test.ts b/test/development/basic/next-rs-api.test.ts index aad770c39fc8a..70ecaddaeca36 100644 --- a/test/development/basic/next-rs-api.test.ts +++ b/test/development/basic/next-rs-api.test.ts @@ -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',