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
I've been writing tests - new to AVA and have 27 done all passing.
However after the 27th the following started appearing:
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 beforeExit listeners added. Use emitter.setMaxListeners() to increase limit
Is there some gotcha as far as setup goes that I should be aware of?
The tests themselves are passing.
The text was updated successfully, but these errors were encountered:
Hi,
I've been writing tests - new to AVA and have 27 done all passing.
However after the 27th the following started appearing:
Is there some gotcha as far as setup goes that I should be aware of?
The tests themselves are passing.
The text was updated successfully, but these errors were encountered: