server: Initial stab at e2e tests (#534)
Initial end to end testing. generates unique names for user and groups, and all tests run serially
This commit is contained in:
5
server/tests/queries/delete_user.graphql
Normal file
5
server/tests/queries/delete_user.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
mutation DeleteUserQuery($user: String!) {
|
||||
deleteUser(userId: $user) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user