From a42de7a14ab80d3336afbdd5e863efa7d6246ff1 Mon Sep 17 00:00:00 2001 From: Bruno Fernandes <8037438+bfdes@users.noreply.github.com> Date: Sat, 7 Nov 2020 08:35:31 +0000 Subject: [PATCH] chore: removes redundant type definition install instruction (#2114) --- docs/user/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```