Skip to content

vuejs/vue-test-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f36e088 · Feb 4, 2021
Nov 8, 2019
Jun 6, 2020
Dec 18, 2019
Jan 30, 2021
Jan 5, 2021
Feb 4, 2021
Aug 16, 2020
Jan 10, 2021
Jun 1, 2017
Jan 18, 2020
Aug 17, 2020
Aug 17, 2020
Jan 18, 2020
Jan 9, 2020
Feb 2, 2019
Jun 5, 2019
Feb 4, 2021
Jan 3, 2018
May 8, 2020
Aug 17, 2020
Aug 16, 2020
Feb 4, 2021
Sep 23, 2020
Aug 18, 2020
Jan 29, 2021

Repository files navigation

Vue Test Utils Build Status

Vue Test Utils is the official testing library for Vue.js.

Packages

This repository provides the following two packages:

You can install these packages by the following command.

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

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 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.

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