We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03595c8 commit 170074aCopy full SHA for 170074a
e2e/solid-start/basic/tests/prerendering.spec.ts
@@ -14,7 +14,7 @@ test.describe('Prerender Static Path Discovery', () => {
14
// These static routes should be automatically discovered and prerendered
15
expect(existsSync(join(distDir, 'index.html'))).toBe(true)
16
expect(existsSync(join(distDir, 'posts/index.html'))).toBe(true)
17
- expect(existsSync(join(distDir, 'users/index.html'))).toBe(true)
+ expect(existsSync(join(distDir, 'deferred/index.html'))).toBe(true)
18
expect(existsSync(join(distDir, 'scripts/index.html'))).toBe(true)
19
expect(existsSync(join(distDir, 'inline-scripts/index.html'))).toBe(true)
20
expect(existsSync(join(distDir, '대한민국/index.html'))).toBe(true)
0 commit comments