mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-14 23:38:40 -05:00
format react-native-blurhash mocking
This commit is contained in:
@@ -1 +1,5 @@
|
||||
jest.mock(‘react-native-blurhash’,()=> { return Blurhash :()=> null};});
|
||||
jest.mock('react-native-blurhash',() => {
|
||||
return {
|
||||
Blurhash: ()=> null
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user