<!-- Ouch, sorry you’ve run into a bug. Thank for taking the time to report it! Please fill in as much of the template below as you’re able. --> ### Subject of the issue When using vue's mergeprops in a component that's being tested, i'm getting an error ### Steps to reproduce Mount a component that is using `import { mergeProps } from "vue";` ### Expected behaviour A working mount ### Actual behaviour `TypeError: $setup.mergeProps is not a function`