UNPKG

utilyx

Version:

Modern utility helper library for cleaner, faster TypeScript/JavaScript development 🚀🔧

8 lines (7 loc) • 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const dates_1 = require("../dates"); test('timeAgo should return a string', () => { const now = new Date(); expect(typeof (0, dates_1.timeAgo)(now)).toBe('string'); });