Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tap-spec-integrated

studio-b1219MIT1.0.1

A simple integrated TAP reporter. Works in node and browsers

tap, tape, tap-spec, reporter, tap-reporter, mocha, spec, universal

readme

Coveralls – test coverageTravis – build statusDavid – status of dependenciesCode style: airbnb

 

tap-spec-integrated

A simple integrated TAP reporter. Works in node and browsers

screenshot

Why?

  • Very simple. Doesn’t drop arbitrary console output.
  • Works in browsers seamlessly.
  • More flexible setup than with traditional command-line based TAP reporters. This means you can run your tests seamlessly with node-dev and similar tools.
  • Outputs in real-time.

 

Demo

tap-spec-integrated formats its own tests.

 

Installation

$ npm install tap-spec-integrated

 

Usage

Add this to the top of your test file:

require('tap-spec-integrated');

 

License

MIT © Studio B12