Skip to content

Commit

Permalink
renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaGross committed Feb 8, 2022
1 parent 62124f3 commit 143b04b
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

// See the react-native repository for a full implementation.
// However, this is just an EventEmitter.
const RawEventEmitter = {
emit: jest.fn(),
};

module.exports = {default: RawEventEmitter};

0 comments on commit 143b04b

Please sign in to comment.