MrestoreAll
Bun

method

test.default.MockTracker.restoreAll

restoreAll(): void;

This function restores the default behavior of all mocks that were previously created by this MockTracker. Unlike mock.reset(), mock.restoreAll() does not disassociate the mocks from the MockTracker instance.