This package has been deprecated

Author message:

VUE-TEST-UILS WARN: vue-test-utils has moved to a scoped package. The new repository is available @vue/test-utils. To install the new package, run npm install --save-dev @vue/test-utils

vue-test-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.11 • Public • Published

vue-test-utils Build Status

Currently in beta

To use vue-test-utils beta:

// npm
npm install --save-dev vue-test-utils@latest

// yarn
yarn add --dev vue-test-utils@latest

Intro

vue-test-utils is the official test library for Vue.js. It provides methods for unit testing Vue components.

Documentation

Refer to documentation

Examples

Questions

For questions and support please use the Discord chat room, Gitter 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 Checklist 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. If you have a Vue-related project/component/tool, add it with a pull-request to this curated list!

Changelog

Details 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

Dependents (13)

Package Sidebar

Install

npm i vue-test-utils

Weekly Downloads

9,256

Version

1.0.0-beta.11

License

MIT

Last publish

Collaborators

  • eddyerburgh
  • yyx990803