bsky-app/__mocks__/sentry-expo.js
dan fa821943da
Use Sentry only for errors (#1776)
* Use Sentry only for errors

* Fix merge
2023-11-07 04:30:00 +00:00

3 lines
63 B
JavaScript

jest.mock('sentry-expo', () => ({
init: () => jest.fn(),
}))