yshrsmz / vue-test-utils

🔬 Utilities for testing Vue components

Home Page:https://vue-test-utils.vuejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Test Utils Build Status

Component testing utils for Vue 2.

Packages

This repository provides the following two packages:

You can install these packages by the following command.

npm install --save-dev @vue/test-utils@1
npm install --save-dev @vue/server-test-utils@1

Peer Dependencies

You need to install vue-template-compiler which is used to compile components. It should be the same version as the version of Vue you are using.

npm install --save-dev vue-template-compiler

Documentation

Refer to the documentation

Questions

For questions and support please use the Discord chat room or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the issue reporting requirements before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Changelog

Changes for each release are documented in the release notes.

Stay In Touch

For the latest releases and announcements, follow on Twitter: @vuejs

License

MIT

About

🔬 Utilities for testing Vue components

https://vue-test-utils.vuejs.org

License:MIT License


Languages

Language:JavaScript 94.0%Language:Vue 3.3%Language:TypeScript 2.3%Language:Shell 0.4%