0.0.3 • Published 11 years ago

tap-test-helpers v0.0.3

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

tap-test-helpers

Build Status

Install

npm install tap-test-helpers

Docs

Yuidocs documentation here

  • link only works when checkout repo and preview README locally

API

Test Helpers API Class

TestHelpers.Api.methodsExposed(['method', 'names'], module)

// 1 test shd fail; Object.twoPot is not exposed
TestHelpers.Api.methodsExposed(['onePot', 'twoPot', 'threePot'], {
	'onePot': function(argument) {},
	'threePot': function(argument) {}
});
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago