Skip to content

Commit a952706

Browse files
committed
Mock server: return server URL
1 parent 3caee40 commit a952706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ const getMockServer = (url = DEFAULT_CONNECT_PARAMS.url) => {
204204
send: (data: object) => {
205205
socket.send(JSON.stringify(data));
206206
},
207+
url,
207208
};
208209
};
209210

0 commit comments

Comments
 (0)