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
* Type helper for TypeScript. Just returns the object that was passed.
321
321
*
322
322
* When `partial` is `true` it will expect a `Partial<T>` as a return value. By default, this will only make TypeScript believe that
323
-
* the first level values are mocked. You can pass down `{ deep: true }` as a second argument to tell TypeScript that the whole object is mocked, if it actually is.
323
+
* the first level values are mocked. You can pass down `{ partial: true, deep: true }` to make nested objects also partial recursively.
0 commit comments