In the previous lesson, we looked at testing a component that took in some props and generated a number based upon a button click. This required us to simulate (trigger
) the button click within our test. That “click” falls under the category of a native DOM event, but often in Vue