You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fr/installation/index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# Installation
2
2
3
-
```bash
3
+
::: code-group
4
+
5
+
```shell [npm]
4
6
npm install --save-dev @vue/test-utils
7
+
```
5
8
6
-
# or
9
+
```shell [yarn]
7
10
yarn add --dev @vue/test-utils
8
11
```
9
12
13
+
:::
14
+
10
15
## Utilisation
11
16
12
17
Vue Test Utils est un outil indépendant de tout framework - vous pouvez l'utiliser avec le gestionnaire de tests de votre choix. La manière la plus simple pour l'essayer est d'utiliser [Jest](https://jestjs.io/), un gestionnaire de tests populaire.
Copy file name to clipboardExpand all lines: docs/installation/index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# Installation
2
2
3
-
```bash
3
+
::: code-group
4
+
5
+
```shell [npm]
4
6
npm install --save-dev @vue/test-utils
7
+
```
5
8
6
-
# or
9
+
```shell [yarn]
7
10
yarn add --dev @vue/test-utils
8
11
```
9
12
13
+
:::
14
+
10
15
## Usage
11
16
12
17
Vue Test Utils is framework agnostic - you can use it with whichever test runner you like. The easiest way to try it out is using [Jest](https://jestjs.io/), a popular test runner.
0 commit comments