File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
2
2
3
- ## Currently in beta
4
- To use Vue Test Utils beta:
5
- ```
6
- // npm
7
- npm install --save-dev @vue/test-utils
3
+ ## Packages
8
4
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 )
12
10
13
- ## Intro
11
+ You can install these packages by the following command.
14
12
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
+ ```
16
17
17
18
## Documentation
18
19
You can’t perform that action at this time.
0 commit comments