Bump @atproto/api@0.12.0 (#3260)

* Bump @atproto/api@0.12.0

* Fix unit tests
This commit is contained in:
Paul Frazee 2024-03-18 17:46:25 -07:00 committed by GitHub
parent 959121f394
commit 3abf302b0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 32 deletions

View file

@ -88,3 +88,5 @@ jest.mock('sentry-expo', () => ({
ReactNavigationInstrumentation: jest.fn(),
},
}))
jest.mock('crypto', () => ({}))