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 2681fe2 commit f38e19dCopy full SHA for f38e19d
test/basic.test.ts
@@ -11,5 +11,5 @@ describe('ssr', async () => {
11
// Get response to a server-rendered page with `$fetch`.
12
const html = await $fetch('/')
13
expect(html).toContain('<div>basic</div>')
14
- })
+ }, 360000) // 6 minutes
15
})
0 commit comments