diff --git a/src/test/basic.md b/src/test/basic.md index 5bb2350..5a29a5c 100644 --- a/src/test/basic.md +++ b/src/test/basic.md @@ -25,6 +25,9 @@ node --test --watch 終了するにはキーボードの `Ctrl` + `C``Ctrl`キーを押しながら`C` を押します。 +> **Note**\ +> `--watch` オプションは Node.js v18 では利用できません。 + ## プロジェクトでのテストコマンドの設定 この設定を行うと、`npm test` コマンドでテストを実行できるようになります。 diff --git a/src/test/index.md b/src/test/index.md index 75241e7..5bb0f66 100644 --- a/src/test/index.md +++ b/src/test/index.md @@ -4,8 +4,9 @@ Node.jsに組み込まれた新しいテストランナーを使ってテスト Node.jsでどうやってテストするんだろう?という疑問に答えます。 テストを行っていくための最初の一歩になればと思います。 +