mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 04:23:57 +03:00
test: fix mocks for person request
This commit is contained in:
parent
a915d15573
commit
b5affcce3f
@ -16,6 +16,9 @@ const mocks = [
|
||||
{
|
||||
request: {
|
||||
query: GET_PEOPLE,
|
||||
variables: {
|
||||
orderBy: [{ created_at: 'desc' }],
|
||||
},
|
||||
},
|
||||
result: {
|
||||
data: {
|
||||
|
Loading…
Reference in New Issue
Block a user