mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
fix
This commit is contained in:
parent
19095c516e
commit
6ec95b6175
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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) からお気軽にお寄せください。
|
||||
|
|
Loading…
Add table
Reference in a new issue