UNPKG

javascript-time-ago

Version:

Localized relative date/time formatting

9 lines 339 B
import { getDate } from './helpers.js'; describe('steps/helpers', function () { it('should convert value to Date', function () { var today = new Date(); getDate(today.getTime()).getTime().should.equal(today.getTime()); getDate(today).getTime().should.equal(today.getTime()); }); }); //# sourceMappingURL=helpers.test.js.map