Remove all other StatSig mentions
This commit is contained in:
@@ -104,14 +104,3 @@ jest.mock('expo-modules-core', () => ({
|
||||
jest.mock('expo-localization', () => ({
|
||||
getLocales: () => [],
|
||||
}))
|
||||
|
||||
jest.mock('statsig-react-native-expo', () => ({
|
||||
Statsig: {
|
||||
initialize() {},
|
||||
initializeCalled() {
|
||||
return false
|
||||
},
|
||||
},
|
||||
}))
|
||||
|
||||
jest.mock('../src/lib/statsig/statsig', () => ({}))
|
||||
|
||||
Reference in New Issue
Block a user