it('should display the remaining days if date is in the future', function() {
    const clock = sinon.useFakeTimers(fakeNow)

    daysTill('2016-08-16').should.equal(10)