ToolsTape
T

Tape

TAP-producing test harness

testingMIT
Install
npm install --save-dev tape

About

Tape is a simple Test Anything Protocol (TAP) library for JavaScript/Node.js. It provides minimal assertions and produces TAP-compatible output.

javascripttaptesting