diff --git a/test/view.timeline.test.js b/test/view.timeline.test.js index 12850279..b3948922 100644 --- a/test/view.timeline.test.js +++ b/test/view.timeline.test.js @@ -20,6 +20,7 @@ test('extract dates and timelineJSON', function () { 'date': [ { 'startDate': '2012,03,20', + 'tag': undefined, 'endDate': null, 'headline': '1', 'text': '
Date: 2012-03-20
title: 1
' @@ -28,6 +29,7 @@ test('extract dates and timelineJSON', function () { 'startDate': '2012,03,25', 'endDate': null, 'headline': '2', + 'tag': undefined, 'text': '
Date: 2012-03-25
title: 2
' } ]