UNPKG

docxtemplater

Version:

docx and pptx generator working with templates and data (like Mustache, for Word and Powerpoint documents)

13 lines (10 loc) 291 B
"use strict"; var _require = require("../doc-utils.js"), uniq = _require.uniq; var _require2 = require("./utils.js"), expect = _require2.expect; describe("Uniq", function () { it("should work", function () { expect(uniq(["a", "b", "a"])).to.deep.equal(["a", "b"]); }); });