()
| 976 | } |
| 977 | |
| 978 | function getMockIdentity() { |
| 979 | return { |
| 980 | pubkey: MOCK_IDENTITY_PUBKEY, |
| 981 | displayName: DEFAULT_MOCK_IDENTITY.display_name, |
| 982 | }; |
| 983 | } |
| 984 | |
| 985 | function cloneProfile(profile: RawProfile): RawProfile { |
| 986 | return { ...profile }; |
no outgoing calls
no test coverage detected