buster-html-doc

v2.0.0
HTML doc feature (as found in JsTestDriver) as a Buster.JS extension

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");
}
npm i buster-html-doc

Metadata

Downloads