blob: f63cc461bfc3a37b9125f195749b53bfe7d20f59 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import sinon from 'sinon';
export const clientLoggerFake = () => ({
logStart: sinon.stub(),
logEnd: sinon.stub(),
logPause: sinon.stub(),
started: sinon.stub().returns(true),
});