1.2.2 • Published 5 years ago

jsdocumentify v1.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

JSDocumentify

A simpler version of the jsdom package that only uses its document feature

const expect = require("chai").expect;
const jsDocify = require("../index");

describe("JS Docify", () => {
  it("selects something from html text", () => {
    expect(
      jsDocify("<p>Hi</p><p>Wow</p>").querySelectorAll("p").length
    ).to.equal(2);
  });
});
1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago