2016-11-14 11:12:24 -08:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2018-05-11 12:43:49 -07:00
|
|
|
*
|
|
|
|
* @format
|
2016-11-14 11:12:24 -08:00
|
|
|
*/
|
2018-05-11 12:43:49 -07:00
|
|
|
|
|
|
|
'use strict';
|
2016-11-14 11:12:24 -08:00
|
|
|
|
2015-09-16 12:58:45 -07:00
|
|
|
// beeper@1.1.0 has a return statement outside of a function
|
|
|
|
// and therefore doesn't parse. Let's mock it so that we can
|
|
|
|
// run the tests.
|
2018-05-11 12:43:49 -07:00
|
|
|
module.exports = function() {};
|