From 65b8d3a2aa58bab460fbf365e3149f5a42150ba2 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 7 Jan 2025 15:18:30 +0900 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E5=8F=82=E7=85=A7=E3=81=8F=E3=81=A0?= =?UTF-8?q?=E3=81=95=E3=81=84=E3=80=8D=E3=82=92=E3=80=8C=E3=81=94=E8=A6=A7?= =?UTF-8?q?=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=8D=E3=81=AB=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/preparation.md | 4 ++-- templates/basic/main.js | 2 +- templates/mock/main.js | 2 +- templates/promise/main.js | 2 +- templates/scope/main.js | 2 +- templates/template/main.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/test/preparation.md b/src/test/preparation.md index fcde7b5..9425580 100644 --- a/src/test/preparation.md +++ b/src/test/preparation.md @@ -13,5 +13,5 @@ StackBlitzではじめる場合は、以降の準備は不要です。 ## ローカル環境ではじめる ローカル環境にNode.jsの実行環境を構築する場合、まずはじめにNode.jsをインストールします。 -インストール方法は「[Node.jsのインストール](../installing-nodejs.md)」をご参照ください。 -プロジェクトの作成方法は「[package.jsonファイル](../package-json.md)」をご参照ください。 +インストール方法は「[Node.jsのインストール](../installing-nodejs.md)」をご覧ください。 +プロジェクトの作成方法は「[package.jsonファイル](../package-json.md)」をご覧ください diff --git a/templates/basic/main.js b/templates/basic/main.js index 5b8781d..6616713 100644 --- a/templates/basic/main.js +++ b/templates/basic/main.js @@ -1 +1 @@ -// toBe.test.js, toEqual.test.js, notToBe.test.js をご参照ください +// toBe.test.js, toEqual.test.js, notToBe.test.js をご覧ください diff --git a/templates/mock/main.js b/templates/mock/main.js index e8417c8..89ff999 100644 --- a/templates/mock/main.js +++ b/templates/mock/main.js @@ -1 +1 @@ -// mock.test.js をご参照ください +// mock.test.js をご覧ください diff --git a/templates/promise/main.js b/templates/promise/main.js index 9bce027..667b9df 100644 --- a/templates/promise/main.js +++ b/templates/promise/main.js @@ -1 +1 @@ -// promise.test.js をご参照ください +// promise.test.js をご覧ください diff --git a/templates/scope/main.js b/templates/scope/main.js index 6e7a2d9..2fbd112 100644 --- a/templates/scope/main.js +++ b/templates/scope/main.js @@ -1 +1 @@ -// scope.test.js をご参照ください +// scope.test.js をご覧ください diff --git a/templates/template/main.js b/templates/template/main.js index 17e8360..10860e9 100644 --- a/templates/template/main.js +++ b/templates/template/main.js @@ -1 +1 @@ -// https://kou029w.github.io/nodejs-hands-on/test/ をご参照ください +// https://kou029w.github.io/nodejs-hands-on/test/ をご覧ください