Files
cm-app-crawlspider/node_modules/javascript-time-ago/commonjs/gradation/helpers.test.js

12 lines
384 B
JavaScript

"use strict";
var _helpers = require("./helpers");
describe('gradation helpers', function () {
it('should convert value to Date', function () {
var today = new Date();
(0, _helpers.getDate)(today.getTime()).getTime().should.equal(today.getTime());
(0, _helpers.getDate)(today).getTime().should.equal(today.getTime());
});
});
//# sourceMappingURL=helpers.test.js.map