ResistanceCalendar / resistance-calendar-frontend

A central listing of upcoming progressive events
https://resistance-calendar-staging.herokuapp.com/
MIT License
7 stars 8 forks source link

Update unit tests for new date picker display #90

Open dorono opened 7 years ago

dorono commented 7 years ago

NOTE: This ticket can only be started once PR https://github.com/ResistanceCalendar/resistance-calendar-frontend/pull/91 is merged!

The code for src/components/EventDateFilter/EventDateFilter.js was changed in a recent commit, those changes have not been reflected in the unit tests. This ticket is to update the unit tests as needed to add coverage for the new functions I added (you can do a diff between the most recent commit and the one before it to see the differences, of course).