We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779cae6 commit 2d71951Copy full SHA for 2d71951
test/rsc-data.spec.ts
@@ -8,7 +8,7 @@ const basePrerenderManifest: PrerenderManifest = {
8
}
9
10
describe('getRscDataRouter', () => {
11
- it('should create a RSC data router when data routes are not present for routes', () => {
+ it('should filter static routes when creating the RSC data router', () => {
12
const manifest: PrerenderManifest = {
13
...basePrerenderManifest,
14
routes: {
0 commit comments