summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-07-17 15:09:10 +0200
committerErik Larkö <erik@mullvad.net>2017-07-17 15:09:10 +0200
commitee023c8e9449634a4e87d81dc1d70fcff83a02df (patch)
tree422fc6e5d98e545ff3cbb480dd90a700f4f4bffb /test
parentdfbc0383ed1fb27971268b21b71ee7b2ba348f47 (diff)
parent6190f8e9ab4766ed33f666ae98d5b14252a7a8b6 (diff)
downloadmullvadvpn-ee023c8e9449634a4e87d81dc1d70fcff83a02df.tar.xz
mullvadvpn-ee023c8e9449634a4e87d81dc1d70fcff83a02df.zip
Merge branch 'start-backend-again'
Diffstat (limited to 'test')
-rw-r--r--test/mocks/ipc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js
index 25c8cdf7fa..bd99b8d680 100644
--- a/test/mocks/ipc.js
+++ b/test/mocks/ipc.js
@@ -14,6 +14,7 @@ export function newMockIpc() {
const mockIpc: IpcFacade & MockIpc = {
+ setConnectionString: (_str: string) => {},
getAccountData: () => {
return new Promise(r => r({
paid_until: '',