mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-13 22:18:32 -06:00
Merge branch '193-implement-jest-unit-testing' of git@github.com:anultravioletaurora/Jellify.git
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