Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git] / packages / testing / lib / mockUnleash.ts
blobdecc16f45ee8434b3b5883c16052367db1fa83aa
1 jest.mock('@unleash/proxy-client-react', () => ({
2     __esModule: true,
3     useFlag: jest.fn(),
4     useUnleashClient: jest.fn(),
5     useFlags: () => {},
6     useVariant: () => {},
7     useFlagsStatus: () => {},
8 }));