@its-tailtime/vue-test-utils
v1.2.0
Published
Test utilities supporting Vue + Vitest development
Readme
vue-test-utils
Test utilities for Vue + Vitest development.
This package assumes that you are using vitest as your testing framework. With some work, we could potentially support jest too.. but the push is towards vitest nowadays (or anything that's not jest..) so consider migrating to vitest which has an almost-identical API instead..
Installation
Run the following command (this will also install dependencies):
pnpm add --save-dev @its-tailtime/vue-test-utils