This package has been deprecated

Author message:

No longer maintained

buster-html-doc

2.0.0 • Public • Published

buster-html-doc

Build status

HTML Doc comments for Buster.JS

Buster.JS extension that provides the "HTML doc" feature from JsTestDriver for Buster.JS:

"should get markup from comments": function () {
    /*:DOC element = <div class="yeah"></div>*/
    assert.equals(this.element.className, "yeah");
}

Readme

Keywords

none

Package Sidebar

Install

npm i buster-html-doc

Weekly Downloads

4

Version

2.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • augustl
  • cjohansen
  • dominykas
  • dwittner