// Trivial mock b/c I assume we can't really test the native parts of this // library ~~~kueda 20230516 export default ( { addNewShareListener: jest.fn( ), getInitialShare: jest.fn( ) } );