Fix mocks, format

(cherry picked from commit 9de88660c6)
This commit is contained in:
Eric Bailey
2025-02-28 11:54:38 -06:00
parent 82f3845137
commit b1bd4b13c0
3 changed files with 5 additions and 2 deletions
-1
View File
@@ -119,5 +119,4 @@ jest.mock('statsig-react-native-expo', () => ({
},
}))
jest.mock('../src/lib/bitdrift', () => ({}))
jest.mock('../src/lib/statsig/statsig', () => ({}))
@@ -0,0 +1,4 @@
export function debug() {}
export function error() {}
export function info() {}
export function warn() {}
+1 -1
View File
@@ -1,4 +1,4 @@
import {debug, error,info, warn} from '#/logger/bitdrift/lib'
import {debug, error, info, warn} from '#/logger/bitdrift/lib'
import {LogLevel, Transport} from '#/logger/types'
import {prepareMetadata} from '#/logger/util'