fix tests and make utils consistent in where they pull configuration from
This commit is contained in:
parent
a5f09b7263
commit
c25170d7d9
2 changed files with 32 additions and 21 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue