Have a strange one, I've tested on multiple projects, here is a repo with code:
https://github.com/Yodablues/test-froala
Basically since Froala is registered globally, there is no way to properly test any components the depend on froala. When attempting to mount the components, Vitest is unable to resolve the custom component. I've tried registering the component as a plugin as per the docs, but this didn't work.

How can I configure my project so that the globally registered VueFroala component can be resolved?