mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
posts/currentPosts now return empty array
This commit is contained in:
parent
163825e562
commit
d7397f5e46
@ -54,7 +54,7 @@ describe('PostIndex', () => {
|
|||||||
'auth/user': () => {
|
'auth/user': () => {
|
||||||
return { id: 'u23' }
|
return { id: 'u23' }
|
||||||
},
|
},
|
||||||
'posts/currentPosts': () => jest.fn(),
|
'posts/currentPosts': () => [],
|
||||||
},
|
},
|
||||||
mutations,
|
mutations,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user