Add test todo for 'has "updatedAt" newer as "createdAt"'

This commit is contained in:
Wolfgang Huß 2022-08-22 11:46:41 +02:00
parent b3c179011a
commit dee20c25a9

View File

@ -1273,6 +1273,9 @@ describe('in mode: building up', () => {
}),
).resolves.toMatchObject(expected)
})
// the GQL mutation needs this fields in the result for testing
it.todo('has "updatedAt" newer as "createdAt"')
})
})