A set of useful mocks and helpers for the Jest unit testing framework.
npm install jest-mocksJest Mocks
==========
A set of useful mocks and helpers for the Jest unit testing framework.
Available helpers
-----------------
All provided helpers have full TypeScript support with inferred types based on the arguments
they're called with.
args matches the args the mock wasargs matches the args the mockPromise that will instantly resolve with the provided value.Promise that will instantly be rejected with the provided error.async Jest Mock that will instantly resolve with the provided value when called.async Jest Mock that will instantly be rejected with the provided error when called.