mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix webapp tests
This commit is contained in:
parent
fab85aea78
commit
1a9c35cb11
@ -28,6 +28,7 @@ describe('PostIndex', () => {
|
|||||||
store = new Vuex.Store({
|
store = new Vuex.Store({
|
||||||
getters: {
|
getters: {
|
||||||
'posts/filter': () => ({}),
|
'posts/filter': () => ({}),
|
||||||
|
'posts/filteredPostTypes': () => [],
|
||||||
'posts/orderBy': () => 'createdAt_desc',
|
'posts/orderBy': () => 'createdAt_desc',
|
||||||
'auth/user': () => {
|
'auth/user': () => {
|
||||||
return { id: 'u23' }
|
return { id: 'u23' }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user