node-sink-test

Asynchronous JavaScript Unit Testing Framework
  https://github.com/ded/sink-test
  0
  no reviews



Sink test is used to test JavaScript that is run asynchronously whereby you can specify the number of expectations and Sink will tell you if they each pass successfully or call an optional complete() callback to indicate test completion.

This package contains the NodeJS module.