Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 452 Bytes

Readme.md

File metadata and controls

14 lines (10 loc) · 452 Bytes

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