repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
testing
/
lib
/
mockUnleash.ts
blob
decc16f45ee8434b3b5883c16052367db1fa83aa
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
}));