mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-22 03:39:12 -06:00
mock blurhash module
This commit is contained in:
@@ -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
1
jest/setup-blurhash.js
Normal file
@@ -0,0 +1 @@
|
||||
jest.mock(‘react-native-blurhash’,()=> { return Blurhash :()=> null};});
|
||||
Reference in New Issue
Block a user