Skip to content

Commit 229f62f

Browse files
committed
rm api route from RoutesManifest in mock
1 parent eafe3f4 commit 229f62f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ vi.mock("@opennextjs/aws/adapters/config/index.js", () => ({
5050
routeKeys: {},
5151
namedRegex: "^/app(?:/)?$",
5252
},
53-
{
54-
page: "/api/app",
55-
regex: "^/api/app(?:/)?$",
56-
routeKeys: {},
57-
namedRegex: "^/api/app(?:/)?$",
58-
},
5953
{
6054
page: "/page",
6155
regex: "^/page(?:/)?$",

0 commit comments

Comments
 (0)