-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Description
Version
v20.11.0
Platform
Darwin 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:43 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6000 arm64
Subsystem
test
What steps will reproduce the bug?
Download the zip
# install libs(express)
$ yarn
# execute the tests
$ yarn testHow often does it reproduce? Is there a required condition?
This happen every time
What is the expected behavior? Why is that the expected behavior?
I expected to run all tests inside folder __tests__ that end with .test.js
This is my expectation, because the glob pattern __tests__/**/*.test.js need to match with all files inside __tests__ that have the end of name of file with .test.js
References
The documentation of test runner in the site: Link
What do you see instead?
This only run the files that match *.test.js and that is only child of e2e, integration and unit folders!
Additional information
(sorry english)
Metadata
Metadata
Assignees
Labels
No labels