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 b52476a commit c791207Copy full SHA for c791207
test/basic.test.ts
@@ -1,6 +1,6 @@
1
import { fileURLToPath } from 'node:url'
2
-import { describe, it, expect } from 'vitest'
3
-import { setup, $fetch } from '@nuxt/test-utils/e2e'
+import { describe, it } from 'vitest'
+import { setup } from '@nuxt/test-utils/e2e'
4
5
describe('ssr', async () => {
6
await setup({
0 commit comments