How to use @vue/test-utils in Vue playground? #2206
Closed
BlackCrowxyz
started this conversation in
General
Replies: 1 comment
-
You can't test your components in the Vue Playground, so I usually use Stacbkblitz when I want something like that This starter comes with Vue/Vite/Vitest/TypeScript: https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest?file=src%2Fcomponents%2F__tests__%2FHelloWorld.spec.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to test my component in a minimal place like playground (and only vue playground !), how can I do that?
Beta Was this translation helpful? Give feedback.
All reactions