Skip to content

Commit 1bf1ebd

Browse files
authored
Update compileScript.spec.ts
Spaces were modified during formatting
1 parent c6f3142 commit 1bf1ebd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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(
@@ -1276,6 +1276,7 @@ const emit = defineEmits(['a', 'b'])
12761276
expect(content).toMatch(`emit: ({ (e: 'foo' | 'bar'): void }),`)
12771277
expect(content).toMatch(`emits: ["foo", "bar"]`)
12781278
})
1279+
12791280

12801281
test('defineEmits w/ type from normal script', () => {
12811282
const { content } = compile(`

0 commit comments

Comments
 (0)