test(datetime): add missing declaration

This commit is contained in:
Brandy Carney
2016-12-20 17:38:36 -05:00
parent 7e975ce472
commit fd9e406403

View File

@@ -18,6 +18,7 @@ export class E2EPage {
chromeReleased = '2008-09-02';
leapYearsSummerMonths = '';
convertedDate = '';
specificDaysMonthsYears = '';
leapYearsArray = [2020, 2016, 2008, 2004, 2000, 1996];