diff --git a/jest/setup-blurhash.js b/jest/setup-blurhash.js index 1923e780..3e5934ac 100644 --- a/jest/setup-blurhash.js +++ b/jest/setup-blurhash.js @@ -1 +1,5 @@ -jest.mock(‘react-native-blurhash’,()=> { return Blurhash :()=> null};}); \ No newline at end of file +jest.mock('react-native-blurhash',() => { + return { + Blurhash: ()=> null + }; +}); \ No newline at end of file