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 f676a32 commit d89614aCopy full SHA for d89614a
packages/nuxt/test/nuxt.spec.ts
@@ -2,7 +2,7 @@ import { fileURLToPath } from 'node:url'
2
import { describe, it, expect } from 'vitest'
3
import { setup, $fetch } from '@nuxt/test-utils/e2e'
4
5
-describe('works with nuxt', async () => {
+describe('Nuxt', async () => {
6
await setup({
7
server: true,
8
rootDir: fileURLToPath(new URL('../playground', import.meta.url)),
0 commit comments