vuejs / vue-test-utils-typescript-example

Example project using TypeScript, Jest + vue-test-utils together

Repository from Github https://github.comvuejs/vue-test-utils-typescript-exampleRepository from Github https://github.comvuejs/vue-test-utils-typescript-example

an issue while testing tsx components

zdravkov opened this issue · comments

Hi

I am trying to create sample boilerplate with a similar configuration but have an issue with testing the tsx component. Do you have a recommendation for such scenarios.

Project here - https://github.com/zdravkov/vue-tsx-files-boilerplate

Greetings,
Plamen

Hi, this issue tracker is reserved for bugs. Please ask questions on StackOverflow, or on the official forum.

If anybody needs such solution I have solved it by using this module - typescript-babel-jest. The linked repository is updated with runnable tests.