0.1.4 • Published 13 years ago

suitestack-reporter v0.1.4

Weekly downloads
3
License
-
Repository
github
Last release
13 years ago

suitestack-reporter

A reporter unit that supports mocha

Example

var test = require("suitestack"),
    reporter = require("suitestack-reporter")

reporter("Spec", test)

test("a test", function (test) {
    test("an inner test", function () {
        assert(true)
    })
})
0.1.4

13 years ago

0.1.3

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago