blob: 9c707966472f3df5986f67b8e537c4cfeaf4a102 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
exports.mochaHooks = {
afterEach() {
sinon.clock?.runToLast();
sinon.restore();
},
};