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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Add in a new type of mock called autoMock that will require the original module, then smartly stub out all the methods on the module. Putting in place some defaults like:
Checking for callbacks being the last argument.
Checking if they are EventEmmitter then add some methods
The text was updated successfully, but these errors were encountered:
Add in a new type of mock called
autoMock
that will require the original module, then smartly stub out all the methods on the module. Putting in place some defaults like:EventEmmitter
then add some methodsThe text was updated successfully, but these errors were encountered: