mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
removed testcase, added todo
This commit is contained in:
parent
f27dca504b
commit
140ba848c7
@ -34,7 +34,9 @@ describe('userMiddleware', () => {
|
||||
.resolves.toEqual(expected)
|
||||
})
|
||||
|
||||
it('with ID, email and password', async () => {
|
||||
// TODO rethink how and if the user can specify its id
|
||||
// are there rules for this?
|
||||
/* it('with ID, email and password', async () => {
|
||||
const variables = {
|
||||
password: '123',
|
||||
id: 'u1',
|
||||
@ -47,7 +49,7 @@ describe('userMiddleware', () => {
|
||||
}
|
||||
await expect(client.request(mutation, variables))
|
||||
.resolves.toEqual(expected)
|
||||
})
|
||||
}) */
|
||||
})
|
||||
describe('update User', () => {
|
||||
const mutation = `
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user