Expose Total-test files via add-test
event to jest-reporter
#31
Labels
enhancement
New feature or request
add-test
event to jest-reporter
#31
🚀 Feature Proposal
Currently we can view tests progress for
Test-suites
only.Expose the length of
DescribeBlock.children
to get thetotal-test-files
added.jestjs#10227 (comment)
Example
Previous
Now
Test-plan
jest-circus
dependency tojest-reporters
Total-tests added to DescribeBlock are not part of
@jest/test-result
, hence the extra depsendMessageToJest
to emitDescribeBlock.children
fromadd-test
event tojest-reporter
The text was updated successfully, but these errors were encountered: