how can I get this event?
helloworld
export default {
name: "HelloWorld",
data () {
return {
msg: "Welcome to Your Vue.js App"
}
},
methods: {
num () {
return a + b
}
}
}
import HelloWorld from "@/components/HelloWorld"
test("adds 1 + 2 to equal 3", () => {
// console.log(, "cc")
// expect(vm.$options.methods.sum(1, 2)).toBe(3);
});