diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/mocks/ipc.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js index 59655c03ab..ede4bd37b7 100644 --- a/test/mocks/ipc.js +++ b/test/mocks/ipc.js @@ -42,6 +42,10 @@ export function newMockIpc() { }, }), + getRelayLocations: () => Promise.resolve({ + countries: [], + }), + connect: () => Promise.resolve(), disconnect: () => Promise.resolve(), |
