Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 876 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 876 Bytes

Testman - Build Coverage

NPM browser support

Expiremental testing helper.

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").
		ok(1, "one is ok").
		ok("s", "string is ok").
done()

Licence

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