このコミットが含まれているのは:
Henry Jameson 2023-11-19 17:27:51 +02:00
コミット cdc0959135
1個のファイルの変更31行の追加35行の削除

ファイルの表示

@ -5,7 +5,6 @@ describe('NotificationUtils', () => {
it('should return sorted notifications with configured types', () => {
const store = {
state: {
statuses: {
notifications: {
data: [
{
@ -24,7 +23,6 @@ describe('NotificationUtils', () => {
type: 'repeat'
}
]
}
},
config: {
notificationVisibility: {
@ -55,7 +53,6 @@ describe('NotificationUtils', () => {
it('should return only notifications not marked as seen', () => {
const store = {
state: {
statuses: {
notifications: {
data: [
{
@ -69,7 +66,6 @@ describe('NotificationUtils', () => {
seen: true
}
]
}
},
config: {
notificationVisibility: {