diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/mocks/ipc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js index 5b337ebbc9..e3f9cf43a3 100644 --- a/test/mocks/ipc.js +++ b/test/mocks/ipc.js @@ -39,6 +39,7 @@ export function newMockIpc() { disconnect: () => { return new Promise(r => r()); }, + shutdown: Promise.resolve, getIp: () => { return new Promise(r => r('1.2.3.4')); }, |
