Closed kyrylo93 closed 1 year ago
Hi @kyrylo93
Can you provide us a small repro online using https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest?file=src%2Fcomponents%2F__tests__%2FHelloWorld.spec.ts ?
It only takes a few minutes, and we'll be able to take a look. As it is, your issue is not enough to understand what's going on.
We had no answer from the OP. If the issue persists, feel free to ping me with a repro and I'll take a look!
Describe the bug When I run tests for component I receive an error
_ctx.getClasses is not a function TypeError: _ctx.getClasses is not a function
To Reproduce jest.config.ts
Test itself
Expected behavior I expect to receive true in that case
Related information:
Additional context