Skip to content

Commit e370175

Browse files
[autofix.ci] apply automated fixes
1 parent d31999e commit e370175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/__tests__/componentEmits.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ describe('component: emit', () => {
599599
render(h(ComponentC), el)
600600
expect(renderFn).toHaveBeenCalledTimes(1)
601601
})
602-
602+
603603
test('merging emits for a component that is also used as a mixin', () => {
604604
const render = () => h('div')
605605
const CompA = {

0 commit comments

Comments
 (0)