This commit is contained in:
Nebel 2022-02-24 17:10:59 +09:00
parent 19095c516e
commit 6ec95b6175
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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