Skip to content

Commit d4cc2ab

Browse files
jamesosheaeddyerburgh
authored andcommitted
docs: update npm install with scoped package name (#396)
1 parent aa19819 commit d4cc2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/testing-SFCs-with-jest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We will assume you are starting with a setup that already has webpack, vue-loade
1111
The first thing to do is install Jest and `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
Next we need to define a unit script in our `package.json`.

0 commit comments

Comments
 (0)