Skip to content

Commit c791207

Browse files
committed
fix: ignore test
1 parent b52476a commit c791207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/basic.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { fileURLToPath } from 'node:url'
2-
import { describe, it, expect } from 'vitest'
3-
import { setup, $fetch } from '@nuxt/test-utils/e2e'
2+
import { describe, it } from 'vitest'
3+
import { setup } from '@nuxt/test-utils/e2e'
44

55
describe('ssr', async () => {
66
await setup({

0 commit comments

Comments
 (0)