fix tests and make utils consistent in where they pull configuration from

This commit is contained in:
Henry Jameson 2023-11-22 21:56:48 +02:00
commit c25170d7d9
2 changed files with 32 additions and 21 deletions

View file

@ -23,8 +23,10 @@ describe('NotificationUtils', () => {
type: 'repeat'
}
]
},
config: {
}
},
getters: {
mergedConfig: {
notificationVisibility: {
likes: true,
repeats: true,
@ -66,8 +68,10 @@ describe('NotificationUtils', () => {
seen: true
}
]
},
config: {
}
},
getters: {
mergedConfig: {
notificationVisibility: {
likes: true,
repeats: true,