Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and gcaaa31928 committed Oct 17, 2024
1 parent e64ecb0 commit 60dd480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/__tests__/componentEmits.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ describe('component: emit', () => {
render(h(ComponentC), el)
expect(renderFn).toHaveBeenCalledTimes(1)
})

test('merging emits for a component that is also used as a mixin', () => {
const render = () => h('div')
const CompA = {
Expand Down

0 comments on commit 60dd480

Please sign in to comment.