mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-04-29 10:09:29 -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