Skip to content

Commit 5e5756e

Browse files
Bykov Vladimireddyerburgh
Bykov Vladimir
authored andcommitted
docs: update testing-single-file-components-with-jest.md (#1017)
1 parent 2648213 commit 5e5756e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ru/guides/testing-single-file-components-with-jest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Jest — это программа для запуска тестов, разр
1111
Первым делом нам необходимо установить Jest и `vue-test-utils`:
1212

1313
```bash
14-
$ npm install --save-dev jest vue-test-utils
14+
$ npm install --save-dev jest @vue/test-utils
1515
```
1616

1717
Затем, необходимо указать псевдоним для запуска тестов в нашем `package.json`.

0 commit comments

Comments
 (0)