Merge branch 'master' into story-134624635

This commit is contained in:
gaba
2017-02-02 08:16:50 -08:00
36 changed files with 8497 additions and 366 deletions
@@ -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('');
});
});
});