diff --git a/packages/nuxt/test/island-transform.test.ts b/packages/nuxt/test/island-transform.test.ts
index adbae59ffe..2ba3cccd72 100644
--- a/packages/nuxt/test/island-transform.test.ts
+++ b/packages/nuxt/test/island-transform.test.ts
@@ -57,8 +57,8 @@ describe('islandTransform - server and island components', () => {
`
- , 'hello.server.vue')
+ `,
+ 'hello.server.vue')
expect(normalizeLineEndings(result)).toMatchInlineSnapshot(`
"
@@ -130,8 +130,8 @@ withDefaults(defineProps<{ things?: any[]; somethingElse?: string }>(), {
`
- , 'hello.server.vue')
+ `,
+ 'hello.server.vue')
expect(normalizeLineEndings(result)).toMatchInlineSnapshot(`
"
@@ -182,8 +182,8 @@ withDefaults(defineProps<{ things?: any[]; somethingElse?: string }>(), {
const message = "Hello World";
- `
- , 'hello.server.vue')
+ `,
+ 'hello.server.vue')
expect(normalizeLineEndings(result)).toMatchInlineSnapshot(`
"