Skip to content

Commit 3595819

Browse files
committed
Really fix build this time
1 parent 1a1446f commit 3595819

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/remix-testing/create-remix-stub.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ function processRoutes(
179179
parentId,
180180
hasAction: route.action != null,
181181
hasLoader: route.loader != null,
182-
// When testing routes, you should just be stubbing loader/action, not
183-
// trying to re-implement the full loader/clientLoader/SSR/hydration flow.
184-
// That is better tested via E2E tests.
185-
hasClientLoader: false,
186182
hasErrorBoundary: route.ErrorBoundary != null,
187183
module: "build/stub-path-to-module.js", // any need for this?
188184
};

0 commit comments

Comments
 (0)