File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 11# 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 )
22
3- ## Currently in beta
4- To use Vue Test Utils beta:
5- ```
6- // npm
7- npm install --save-dev @vue/test-utils
3+ ## Packages
84
9- // yarn
10- yarn add --dev @vue/test-utils
11- ```
5+ This repository provides the following two packages.
6+ They are currently in beta.
7+
8+ * [ Vue Test Utils] ( ./packages/test-utils )
9+ * [ Vue Server Test Utils] ( ./packages/server-test-utils )
1210
13- ## Intro
11+ You can install these packages by the following command.
1412
15- Vue Test Utils is the official test library for [ Vue.js] ( http://vuejs.org ) . It provides methods for unit testing Vue components.
13+ ```
14+ npm install --save-dev @vue/test-utils
15+ npm install --save-dev @vue/server-test-utils
16+ ```
1617
1718## Documentation
1819
You can’t perform that action at this time.
0 commit comments