suitestack-reporter

0.1.4 • Public • Published

suitestack-reporter

A reporter unit that supports mocha

Example

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

reporter("mocha-Spec", test)

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

/suitestack-reporter/

    Package Sidebar

    Install

    npm i suitestack-reporter

    Weekly Downloads

    0

    Version

    0.1.4

    License

    none

    Last publish

    Collaborators

    • raynos