How to create unit test in Jest with a Vue custom directive?
I have a custom vue directive that is to be applied on a custom component. I am trying to write some unit tests for it with Jest but I’m having a hard time attaching the directive to the custom component in the unit test.