Skip to content

Commit 3f6b21f

Browse files
committed
rm key from config in unit test
1 parent 6b34f03 commit 3f6b21f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/tests-unit/tests/core/routing/routeMatcher.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ vi.mock("@opennextjs/aws/adapters/config/index.js", () => ({
6868
],
6969
NEXT_DIR:
7070
"/home/opennextuser/coding/git/mynextproject/.open-next/server-functions/default/.next",
71-
loadPagesManifest: () => ({
72-
"/api/app": "pages/api/app.js",
73-
"/page": "pages/page.js",
74-
"/app": "app/page.js",
75-
}),
7671
}));
7772

7873
vi.mock("@opennextjs/aws/adapters/config/util.js", () => ({

0 commit comments

Comments
 (0)