mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
linting
This commit is contained in:
parent
48826feaa6
commit
eec79000c9
@ -552,7 +552,9 @@ describe('AdminResolver', () => {
|
||||
mutate({ mutation: createPendingCreation, variables }),
|
||||
).resolves.toEqual(
|
||||
expect.objectContaining({
|
||||
errors: [new GraphQLError('No information for available creations for the given date')],
|
||||
errors: [
|
||||
new GraphQLError('No information for available creations for the given date'),
|
||||
],
|
||||
}),
|
||||
)
|
||||
})
|
||||
@ -570,7 +572,9 @@ describe('AdminResolver', () => {
|
||||
mutate({ mutation: createPendingCreation, variables }),
|
||||
).resolves.toEqual(
|
||||
expect.objectContaining({
|
||||
errors: [new GraphQLError('No information for available creations for the given date')],
|
||||
errors: [
|
||||
new GraphQLError('No information for available creations for the given date'),
|
||||
],
|
||||
}),
|
||||
)
|
||||
})
|
||||
@ -588,7 +592,9 @@ describe('AdminResolver', () => {
|
||||
mutate({ mutation: createPendingCreation, variables }),
|
||||
).resolves.toEqual(
|
||||
expect.objectContaining({
|
||||
errors: [new GraphQLError('No information for available creations for the given date')],
|
||||
errors: [
|
||||
new GraphQLError('No information for available creations for the given date'),
|
||||
],
|
||||
}),
|
||||
)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user