it( 'should work if time is in order of years',
        function () {
        var t = 1945 * 24 * 3600 * 1000;

        expect( prettyTime( t ) ).toBe( '5 years 4 months' );