buster-html-doc
< 6AE4 a id="user-content-buster-html-doc" class="anchor" aria-label="Permalink: buster-html-doc" href="#buster-html-doc">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");
}