Skip to content

Commit 4f9d351

Browse files
committed
Fix unit test
1 parent 60ca9bc commit 4f9d351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-router/__tests__/server-runtime/data-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe("loaders", () => {
2323
},
2424
entry: { module: {} },
2525
prerender: [],
26+
future: {},
2627
} as unknown as ServerBuild;
2728

2829
let handler = createRequestHandler(build);

0 commit comments

Comments
 (0)