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
4b4c3c91ff
commit
a454ce51de
@ -15,6 +15,7 @@ describe('FilterMenu.vue', () => {
|
||||
|
||||
const getters = {
|
||||
'posts/isActive': () => false,
|
||||
'posts/filteredPostTypes': () => [],
|
||||
'posts/orderBy': () => 'createdAt_desc',
|
||||
}
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@ describe('OrderByFilter', () => {
|
||||
'posts/TOGGLE_ORDER': jest.fn(),
|
||||
}
|
||||
const getters = {
|
||||
'posts/filteredPostTypes': () => [],
|
||||
'posts/orderBy': () => 'createdAt_desc',
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user