You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is specifically a problem for libraries intercepting jest-environment-* libraries to create integrations.
Is your feature request related to a problem? Please describe.
This is specifically a problem for libraries intercepting
jest-environment-*
libraries to create integrations.In this specific line:
we're not calling
super.handleTestEvent
which would help said libraries.Describe the solution you'd like
Change to above to
This would help:
jest-environment-*
libraries decide to implement their ownhandleTestEvent
Describe alternatives you've considered
Calling
super.handleTestEvent
seems low risk, so no alternatives were considered.The text was updated successfully, but these errors were encountered: