Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 7, 2024
1 parent ebe12f1 commit 63a2b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remix-dev/__tests__/readConfig-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ describe("readConfig", () => {
"entryServerFile": "entry.server.tsx",
"entryServerFilePath": Any<String>,
"future": {
"v3_lazyRouteDiscovery": false,
"unstable_optimizeDeps": false,
"v3_singleFetch": false,
"v3_fetcherPersist": false,
"v3_lazyRouteDiscovery": false,
"v3_relativeSplatPath": false,
"v3_singleFetch": false,
"v3_throwAbortReason": false,
},
"mdx": undefined,
Expand Down

0 comments on commit 63a2b44

Please sign in to comment.