I am trying to create simple boilerplate for creating Vue tsx components but have an issue with configuring Jest testing the tsx component. I was wandering if anybody have already solved similar case or could share a clue about it.
Project here - https://github.com/zdravkov/vue-tsx-files-boilerplate
Greetings,