Sha256: 00da167afb71da2033cbcef32659248e4c0cf3d36e955315a24f15f56e5d2f51
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 Bytes
Contents
/** * Copyright (c) 2014, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ module.exports = function loggerMock() { return { error: function(){}, log: function() {} } }
Version data entries
6 entries across 6 versions & 1 rubygems