node-tape

tap-producing test harness for node and browsers
  https://github.com/substack/tape
  0
  no reviews



Tape is a tap-producing test harness for node and browsers requiring only a few line of code. It can be used for unit and integration testing.

Tests are written in pure javascript, so tests could be run using Node.js.

Node.js is an event-based server-side JavaScript engine.