We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2648213 commit 5e5756eCopy full SHA for 5e5756e
docs/ru/guides/testing-single-file-components-with-jest.md
@@ -11,7 +11,7 @@ Jest — это программа для запуска тестов, разр
11
Первым делом нам необходимо установить Jest и `vue-test-utils`:
12
13
```bash
14
-$ npm install --save-dev jest vue-test-utils
+$ npm install --save-dev jest @vue/test-utils
15
```
16
17
Затем, необходимо указать псевдоним для запуска тестов в нашем `package.json`.
0 commit comments