0.0.1 • Published 9 years ago

mocha-child-reporter v0.0.1

Weekly downloads
28
License
-
Repository
github
Last release
9 years ago

Mocha child reporter

Reporter, that creates a child process with stdout to console

Useful for testing modules, that redirect stdout to /dev/null or logs

> ./node_modules/mocha/bin/mocha --require should --reporter mocha-child-reporter tests/*.js

===========================
        START TESTS 
===========================

Strategy
	should be named url (1 ms)
	should throw if constructed without a verify callback (1 ms)
	handling with access url (1 ms)
	handling with failure url (0 ms)