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
mockImplementation(fn: ((...args: TArgs)=>TReturns)|(()=>Promise<TReturns>)): this
157
+
mockImplementation(fn: ((...args: TArgs)=>TReturns)): this
158
158
/**
159
159
* Accepts a function that will be used as a mock implementation during the next call. Can be chained so that multiple function calls produce different results.
0 commit comments