Skip to content

Commit e89d447

Browse files
committed
wip
1 parent 704fbe6 commit e89d447

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
@@ -586,7 +586,7 @@ describe('component: emit', () => {
586586
two: twoFn,
587587
three: null,
588588
})
589-
expect((this.$options.emits as any).two).toBe(twoFn)
589+
expect(this.$options.emits.two).toBe(twoFn)
590590
return h('div')
591591
})
592592
const ComponentC = defineComponent({

0 commit comments

Comments
 (0)