Remove all other StatSig mentions

This commit is contained in:
Eric Bailey
2026-01-21 17:39:13 -06:00
parent d33e474f47
commit a55f380ac0
11 changed files with 8 additions and 106 deletions
-11
View File
@@ -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', () => ({}))