Skip to content

Commit 6052980

Browse files
autofix-ci[bot]gcaaa31928
authored andcommitted
[autofix.ci] apply automated fixes
1 parent b39ffba commit 6052980

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)