1.2.2 • Published 6 years ago

jsdocumentify v1.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 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

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago