Simulator fixes (#918)
* Update the mock server to use the dev-env to manage the server * Fix list testIDs * Fix the invite test construction * Remove leftover test hardcode
This commit is contained in:
parent
dce80be075
commit
f8d218e11a
5 changed files with 2620 additions and 1387 deletions
|
@ -34,6 +34,9 @@ async function main() {
|
|||
displayName: 'Carla',
|
||||
description: 'Test user 3',
|
||||
}))
|
||||
if (inviteRequired) {
|
||||
await server.mocker.createInvite(server.mocker.users.alice.did)
|
||||
}
|
||||
}
|
||||
if ('follows' in url.query) {
|
||||
console.log('Generating mock follows')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue