2.0.0 • Published 8 years ago

buster-html-doc v2.0.0

Weekly downloads
27
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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");
}