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) からお気軽にお寄せください。