Ok I guess mocks dir doesn't work

(cherry picked from commit 9f37e52011)
This commit is contained in:
Eric Bailey
2025-02-28 12:04:03 -06:00
parent b1bd4b13c0
commit caa5b52cf2
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -119,4 +119,5 @@ jest.mock('statsig-react-native-expo', () => ({
},
}))
jest.mock('../src/logger/bitdrift/lib', () => ({}))
jest.mock('../src/lib/statsig/statsig', () => ({}))
@@ -1,4 +0,0 @@
export function debug() {}
export function error() {}
export function info() {}
export function warn() {}