vue-test-utils

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
documentationExamples
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:
@vuejsLicense
MIT