removed testcase, added todo

This commit is contained in:
Ulf Gebhardt 2019-05-07 14:00:02 +02:00
parent f27dca504b
commit 140ba848c7
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -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 = `