mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
Test updated
This commit is contained in:
@@ -28,8 +28,8 @@ describe ('notificationsReducer', () => {
|
||||
type: 'test'
|
||||
});
|
||||
const result = notificationReducer(store, action);
|
||||
expect(result.get('text')).to.equal(undefined);
|
||||
expect(result.get('type')).to.equal(undefined);
|
||||
expect(result.get('text')).to.equal('');
|
||||
expect(result.get('type')).to.equal('');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user