testman

0.5.1 • Public • Published
@version    0.5.1
@date       2016-07-26
@stability  2 - Unstable

Testman – Build Coverage

Expiremental testing helper that produces TAP, the Test Anything Protocol.

Usage

require("testman").
 
describe ( "My first module" ).
    it ( "should pass dummy-tests" ).
        equal ("a", "a", "a and a should be same").
        ok (true, "true is ok").
        type (1, "number").
        anyOf("a", ["a", "A"]).
done()

External links

Licence

Copyright (c) 2013 Lauri Rooden <lauri@rooden.ee>
The MIT License

Readme

Keywords

Package Sidebar

Install

npm i testman

Weekly Downloads

25

Version

0.5.1

License

MIT

Last publish

Collaborators

  • lauriro