UNPKG

project-libs

Version:

project-libs 是一个常用函数集锦的工具库,包括浏览器、函数式、常用验证、cookie、数组处理等函数。

11 lines (10 loc) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("mocha"); var chai_1 = require("chai"); var timeBeauty_1 = require("../src/time/timeBeauty"); describe("time时间函数", function () { it("timeBeauty", function () { (0, chai_1.expect)((0, timeBeauty_1.default)("1666351987000")).to.eql("12分钟前"); }); });