fix unit and functional tests

This commit is contained in:
Jake McDermott
2019-04-29 11:35:06 -04:00
parent 9d66b583b7
commit ee5b4b072b
5 changed files with 15 additions and 391 deletions

View File

@@ -76,10 +76,10 @@ function NotificationListItem (props) {
NotificationListItem.propTypes = {
notification: shape({
id: number.isRequired,
canToggleNotifications: bool.isRequired,
name: string.isRequired,
notification_type: string.isRequired,
}).isRequired,
canToggleNotifications: bool.isRequired,
detailUrl: string.isRequired,
errorTurnedOn: bool,
successTurnedOn: bool,