]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: name
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Nov 2025 10:02:07 +0000 (11:02 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 3 Nov 2025 10:02:07 +0000 (11:02 +0100)
packages/nuxt/test/nuxt.spec.ts

index 8bcbfccc05a5061d9580ef336785a820cdf99cd2..357ed64839d6f603b3117933cf7f3672f79c0fc9 100644 (file)
@@ -2,7 +2,7 @@ import { fileURLToPath } from 'node:url'
 import { describe, it, expect } from 'vitest'
 import { setup, $fetch } from '@nuxt/test-utils/e2e'
 
-describe('works with nuxt', async () => {
+describe('Nuxt', async () => {
   await setup({
     server: true,
     rootDir: fileURLToPath(new URL('../playground', import.meta.url)),