Rocket.Chat.ReactNative/__mocks__/bugsnag-react-native.js

9 lines
136 B
JavaScript
Raw Normal View History

2020-02-14 13:39:42 +00:00
export class Client { }
export default {
bugsnag: () => '',
leaveBreadcrumb: () => '',
notify: () => '',
loggerConfig: () => ''
};