diff --git a/docs/user/install.md b/docs/user/install.md index 4af4dc7a7c..fd7b369ae8 100644 --- a/docs/user/install.md +++ b/docs/user/install.md @@ -13,7 +13,7 @@ You can install `ts-jest` and dependencies all at once with the following comman Using `npm`: ```sh -npm install --save-dev jest typescript ts-jest @types/jest +npm install --save-dev jest typescript ts-jest ```
@@ -21,7 +21,7 @@ npm install --save-dev jest typescript ts-jest @types/jest Using `yarn`: ```sh -yarn add --dev jest typescript ts-jest @types/jest +yarn add --dev jest typescript ts-jest ```