diff --git a/docs/en/guides/testing-SFCs-with-jest.md b/docs/en/guides/testing-SFCs-with-jest.md index 615db0322..08f685f34 100644 --- a/docs/en/guides/testing-SFCs-with-jest.md +++ b/docs/en/guides/testing-SFCs-with-jest.md @@ -11,7 +11,7 @@ We will assume you are starting with a setup that already has webpack, vue-loade The first thing to do is install Jest and `vue-test-utils`: ```bash -$ npm install --save-dev jest vue-test-utils +$ npm install --save-dev jest @vue/test-utils ``` Next we need to define a unit script in our `package.json`.