# vue-test-utils **Repository Path**: mirrors_Orange-OpenSource/vue-test-utils ## Basic Information - **Project Name**: vue-test-utils - **Description**: 🔬 Utilities for testing Vue components - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-test-utils [![Build Status](https://circleci.com/gh/vuejs/vue-test-utils/tree/dev.png?style=shield)](https://circleci.com/gh/vuejs/vue-test-utils) ## Currently in beta To use vue-test-utils beta: ``` // npm npm install --save-dev @vue/test-utils // yarn yarn add --dev @vue/test-utils ``` ## Intro `vue-test-utils` is the official test library for [Vue.js](http://vuejs.org). It provides methods for unit testing Vue components. ## Documentation Refer to [documentation](https://vue-test-utils.vuejs.org/) ## Examples - [example with Jest](https://github.com/vuejs/vue-test-utils-jest-example) - [example with Mocha](https://github.com/vuejs/vue-test-utils-mocha-webpack-example) - [example with tape](https://github.com/eddyerburgh/vue-test-utils-tape-example) - [example with AVA](https://github.com/eddyerburgh/vue-test-utils-ava-example) ## Questions For questions and support please use the [Discord chat room](https://vue-land.js.org/), [Gitter chat room](https://gitter.im/vuejs/vue), or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests. ## Issues Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately. ## Contribution Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md) before making a pull request. If you have a Vue-related project/component/tool, add it with a pull-request to [this curated list](https://github.com/vuejs/awesome-vue)! ## Changelog Details changes for each release are documented in the [release notes](https://github.com/vuejs/vue-test-utils/releases). ## Stay In Touch For the latest releases and announcements, follow on Twitter: [@vuejs](https://twitter.com/vuejs) ## License [MIT](http://opensource.org/licenses/MIT)