From d79875c175c6f91bdfd73247a30d5c360a7fb89e Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 9 Apr 2025 07:54:02 -0500 Subject: [PATCH] format react-native-blurhash mocking --- jest/setup-blurhash.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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