Ok I guess mocks dir doesn't work

This commit is contained in:
Eric Bailey
2025-02-28 12:04:03 -06:00
parent 9de88660c6
commit 9f37e52011
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() {}