mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
no only in test
This commit is contained in:
parent
f00b36b99e
commit
4dc8952fc8
@ -499,7 +499,7 @@ describe('UpdatePost', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('post type', () => {
|
describe('post type', () => {
|
||||||
it.only('changes the post type', async () => {
|
it('changes the post type', async () => {
|
||||||
await expect(
|
await expect(
|
||||||
mutate({ mutation: updatePostMutation, variables: { ...variables, postType: 'Event' } }),
|
mutate({ mutation: updatePostMutation, variables: { ...variables, postType: 'Event' } }),
|
||||||
).resolves.toMatchObject({
|
).resolves.toMatchObject({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user