#436: update unit testing
This commit is contained in:
parent
e5e1d4c643
commit
06fda27511
@ -9,14 +9,17 @@ describe('NotificationUtils', () => {
|
|||||||
notifications: {
|
notifications: {
|
||||||
data: [
|
data: [
|
||||||
{
|
{
|
||||||
|
id: 1,
|
||||||
action: { id: '1' },
|
action: { id: '1' },
|
||||||
type: 'like'
|
type: 'like'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
id: 2,
|
||||||
action: { id: '2' },
|
action: { id: '2' },
|
||||||
type: 'mention'
|
type: 'mention'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
id: 3,
|
||||||
action: { id: '3' },
|
action: { id: '3' },
|
||||||
type: 'repeat'
|
type: 'repeat'
|
||||||
}
|
}
|
||||||
@ -35,10 +38,12 @@ describe('NotificationUtils', () => {
|
|||||||
const expected = [
|
const expected = [
|
||||||
{
|
{
|
||||||
action: { id: '3' },
|
action: { id: '3' },
|
||||||
|
id: 3,
|
||||||
type: 'repeat'
|
type: 'repeat'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
action: { id: '1' },
|
action: { id: '1' },
|
||||||
|
id: 1,
|
||||||
type: 'like'
|
type: 'like'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user