Skip to content

Commit 4d161b1

Browse files
authored
Update compileScript.spec.ts
1 parent e6a4ac6 commit 4d161b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler-sfc/__tests__/compileScript.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ const emit = defineEmits(['a', 'b'])
11361136
`)
11371137
assertCode(content)
11381138
})
1139-
1139+
11401140
// #7111
11411141
test('withDefaults (static) w/ production mode', () => {
11421142
const { content } = compile(
@@ -1277,7 +1277,7 @@ const emit = defineEmits(['a', 'b'])
12771277
expect(content).toMatch(`emits: ["foo", "bar"]`)
12781278
})
12791279

1280-
1280+
12811281
test('defineEmits w/ type from normal script', () => {
12821282
const { content } = compile(`
12831283
<script lang="ts">

0 commit comments

Comments
 (0)