Skip to content

Conversation

@moroball14
Copy link

Jest > ステップ1:インストールの章を更新しました。ご確認お願いいたします。

原文: https://basarat.gitbook.io/typescript/intro-1/jest#step-1-install

修正内容

  • 必要な依存関係をインストールするコマンドを変更しました
    • 原文
      • npm i jest @types/jest ts-jest typescript -D
    • 修正前
      • npm i jest @types/jest ts-jest -D
    • 修正後
      • npm i jest @types/jest ts-jest typescript -D
  • 説明文を追加しました
    • 原文
      • Install the TypeScript compiler ('typescript') which is prerequisite for 'ts-jest'.
    • 翻訳
      • ts-jest を使用するために必要なTypeScript コンパイラ(typescript)をインストールします

@yottahmd yottahmd merged commit fac3047 into typescript-book-ja:master Dec 15, 2022
@yottahmd
Copy link
Collaborator

ありがとうございます!

@moroball14 moroball14 deleted the fix-jest branch December 15, 2022 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants