Skip to content

Adds TAP-compatible output to test-runner

Notifications You must be signed in to change notification settings

test-runner-js/tap-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

view on npm npm module downloads Build Status Dependency Status js-standard-style

@test-runner/tap-view

Adds TAP-compatible output to test-runner.

Synopsis

$ npm install --save-dev @test-runner/tap-view

$ test-runner --view @test-runner/tap-view test/*.js
TAP version 13
1..3
ok bad option: should fail and printError
ok arrays: new array does not overwrite if it is empty
ok Invalid middleware: no middleware method
# Passed: 3, failed: 0, skip: 0

© 2019 Lloyd Brookes <[email protected]>.

About

Adds TAP-compatible output to test-runner

Resources

Stars

Watchers

Forks

Packages

No packages published