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
This is basically an open question to all zapatos users: how do you mock zapatos in unit tests? I'm currently trying to find a setup for esm and the native node test runner. The obvious approach of
This is basically an open question to all zapatos users: how do you mock zapatos in unit tests? I'm currently trying to find a setup for esm and the native node test runner. The obvious approach of
does not work due to:
Previously I successfully used jest, but want to get rid of it:
The native module mocking is still experimental in node and I did not have any success with that either.
So, how do you do it?
The text was updated successfully, but these errors were encountered: