UNPKG

exiftool-vendored

Version:
12 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Times_1 = require("./Times"); const _chai_spec_1 = require("./_chai.spec"); describe("Times", () => { describe("times()", () => { it("returns the mapped result", () => { (0, _chai_spec_1.expect)((0, Times_1.times)(5, String)).to.eql(["0", "1", "2", "3", "4"]); }); }); }); //# sourceMappingURL=Times.spec.js.map