Skip to content

Jest > ステップ1:インストール を更新 #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2022

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