mock blurhash module

This commit is contained in:
Violet Caulfield
2025-04-09 07:50:40 -05:00
parent 3269618e0c
commit e4907076ac
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ module.exports = {
setupFilesAfterEnv: [
"./jest/setup.js",
"./jest/setup-carplay.js",
"./jest/setup-blurhash.js",
"./tamagui.config.ts",
],
extensionsToTreatAsEsm: ['.ts', '.tsx'],

1
jest/setup-blurhash.js Normal file
View File

@@ -0,0 +1 @@
jest.mock(react-native-blurhash,()=> { return Blurhash :()=> null};});