From 9d718c4726aa30e384a1b3e25456818183bd8a94 Mon Sep 17 00:00:00 2001 From: James O'Shea Date: Mon, 29 Jan 2018 17:27:11 +0100 Subject: [PATCH] update npm install with scoped package name --- docs/en/guides/testing-SFCs-with-jest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.