mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-27 15:09:07 +00:00
renamed resolver specs to make it easier to find the resolver (#8880)
This commit is contained in:
parent
74f6c5b329
commit
1e64590099
@ -58,7 +58,7 @@ describe('count post teaser views', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
it('does not increase the viewedTeaserCount when accidently called again', async () => {
|
it('does not increase the viewedTeaserCount when accidentally called again', async () => {
|
||||||
await expect(mutate({ mutation: markTeaserAsViewed, variables })).resolves.toMatchObject({
|
await expect(mutate({ mutation: markTeaserAsViewed, variables })).resolves.toMatchObject({
|
||||||
data: {
|
data: {
|
||||||
markTeaserAsViewed: expect.objectContaining({
|
markTeaserAsViewed: expect.objectContaining({
|
||||||
Loading…
x
Reference in New Issue
Block a user