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
Sequence listens for the beforeExit event. This is done for every test in the worker. If there are more than 10 tests this causes a MaxListenersExceededWarning to be reported.
Sequence
listens for thebeforeExit
event. This is done for every test in the worker. If there are more than 10 tests this causes aMaxListenersExceededWarning
to be reported.See
ava/lib/sequence.js
Line 22 in 8f80ed1
We need to manage
beforeExit
subscriptions so that we only listen onprocess
once, but still allow multiple callbacks due to concurrentSequence
runs.The text was updated successfully, but these errors were encountered: