chore: lint

This commit is contained in:
Daniel Roe 2025-01-29 17:50:18 +01:00
parent dbeec31a1b
commit 56c6087c85
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -57,8 +57,8 @@ describe('islandTransform - server and island components', () => {
<script setup lang="ts"> <script setup lang="ts">
const someData = 'some data' const someData = 'some data'
</script>` </script>`,
, 'hello.server.vue') 'hello.server.vue')
expect(normalizeLineEndings(result)).toMatchInlineSnapshot(` expect(normalizeLineEndings(result)).toMatchInlineSnapshot(`
"<template> "<template>
@ -130,8 +130,8 @@ withDefaults(defineProps<{ things?: any[]; somethingElse?: string }>(), {
<script setup lang="ts"> <script setup lang="ts">
const someData = 'some data' const someData = 'some data'
</script>` </script>`,
, 'hello.server.vue') 'hello.server.vue')
expect(normalizeLineEndings(result)).toMatchInlineSnapshot(` expect(normalizeLineEndings(result)).toMatchInlineSnapshot(`
"<template> "<template>
@ -182,8 +182,8 @@ withDefaults(defineProps<{ things?: any[]; somethingElse?: string }>(), {
const message = "Hello World"; const message = "Hello World";
</script> </script>
` `,
, 'hello.server.vue') 'hello.server.vue')
expect(normalizeLineEndings(result)).toMatchInlineSnapshot(` expect(normalizeLineEndings(result)).toMatchInlineSnapshot(`
"<template> "<template>