mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-03 09:10:13 -05:00
5ca00df6f7
run prettier
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
jest.mock('react-native-blurhash', () => {
|
|
return {
|
|
Blurhash: () => null,
|
|
}
|
|
})
|