From 6ec95b61752e4a168d5d089f76626cc99c4b2e8d Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 24 Feb 2022 17:10:59 +0900 Subject: [PATCH] fix --- src/getting-started.md | 2 +- src/issues.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/getting-started.md b/src/getting-started.md index d874854..7819134 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -28,7 +28,7 @@ npx jest $ npx jest No tests found, exiting with code 1 Run with `--passWithNoTests` to exit with code 0 -In /home/kou029w/intro-to-software-testing +In /home/user/projects/jest-hands-on 11 files checked. testMatch: **/__tests__/**/*.[jt]s?(x), **/?(*.)+(spec|test).[tj]s?(x) - 0 matches testPathIgnorePatterns: /node_modules/ - 11 matches diff --git a/src/issues.md b/src/issues.md index 8bdb1f6..3a8eebb 100644 --- a/src/issues.md +++ b/src/issues.md @@ -1,3 +1,3 @@ # 質問・提案・問題の報告 -もし何か気になることがあれば、[GitHub Issues](https://github.com/kou029w/intro-to-software-testing/issues/new) からお気軽にお寄せください。 +もし何か気になることがあれば、[GitHub Issues](https://github.com/kou029w/jest-hands-on/issues/new) からお気軽にお寄せください。