Skip to content

Commit

Permalink
Really fix build this time
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Nov 21, 2023
1 parent 3f54e59 commit df152c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/remix-testing/create-remix-stub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ function processRoutes(
parentId,
hasAction: route.action != null,
hasLoader: route.loader != null,
// When testing routes, you should just be stubbing loader/action, not
// trying to re-implement the full loader/clientLoader/SSR/hydration flow.
// That is better tested via E2E tests.
hasClientLoader: false,
hasErrorBoundary: route.ErrorBoundary != null,
module: "build/stub-path-to-module.js", // any need for this?
};
Expand Down

0 comments on commit df152c2

Please sign in to comment.