Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
9
node_modules/javascript-time-ago/modules/gradation/helpers.test.js
generated
vendored
Normal file
9
node_modules/javascript-time-ago/modules/gradation/helpers.test.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { getDate } from './helpers';
|
||||
describe('gradation 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
|
||||
Reference in New Issue
Block a user