Skip to content

Commit

Permalink
update todo tests:
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhunt committed Dec 7, 2022
1 parent cfac2b8 commit f02958f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -2,4 +2,7 @@ describe('TimePickerWithHistory', () => {
it.todo('Should load with no history');
it.todo('Should load with old TimeRange history');
it.todo('Should load with new TimePickerHistoryItem history');

it.todo('Should not save duplicates');
it.todo('Should show 4 most recently used time ranges');
});

0 comments on commit f02958f

Please sign in to comment.