···398398399399 Will call [`.mockRestore()`](/api/mock#mockrestore) on all spies. This will clear mock history and reset its implementation to the original one.
400400401401-## vi.restoreCurrentDate
402402-403403-- **Type:** `() => void`
404404-405405- Restores `Date` back to its native implementation.
406406-407401## vi.stubEnv
408402409403- **Type:** `(name: string, value: string) => Vitest`