UNPKG

date-time-plugin-minify

Version:

A date time pulgin modify date and time in easy formats

10 lines 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const globals_1 = require("@jest/globals"); const index_1 = require("./index"); (0, globals_1.describe)('generate format date', () => { (0, globals_1.test)('get formatted date should be equal to current date', () => { (0, globals_1.expect)(new index_1.GetFormattedDate(new Date(), 'DD/MM/YYYY').date).toBe('27/04/2025'); }); }); //# sourceMappingURL=index.test.js.map