<template> <div> <child-component ref="childRef" @custom="handleMethod" /> </div> </template> const wrapper = mount(Component); wrapper.vm.$refs.childRef.$emit('custom');