NodetestMockTracker.prototype.restoreAllmethod MockTracker.prototype.restoreAll#MockTracker.prototype.restoreAll(): voidThis 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. Return Type #void
method MockTracker.prototype.restoreAll#MockTracker.prototype.restoreAll(): voidThis 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. Return Type #void