mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-27 15:09:13 +00:00
!!! Temp !!!
This commit is contained in:
parent
fa2e92a363
commit
422d818133
@ -189,7 +189,7 @@ describe('slugifyMiddleware', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('UpdateGroup', () => {
|
describe.only('UpdateGroup', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
variables = {
|
variables = {
|
||||||
...variables,
|
...variables,
|
||||||
@ -200,6 +200,10 @@ describe('slugifyMiddleware', () => {
|
|||||||
actionRadius: 'national',
|
actionRadius: 'national',
|
||||||
categoryIds,
|
categoryIds,
|
||||||
}
|
}
|
||||||
|
await mutate({
|
||||||
|
mutation: createGroupMutation,
|
||||||
|
variables,
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('if slug not exists', () => {
|
describe('if slug not exists', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user