Hi-Five: TAP reporter
TAP reporter for Hi-Five.
Example
You pass the hifive-tap
library as your reporter:
var hifive = var alright = var tests = spec 'Your thing' it 'Should do X' hifive
And get back TAP output!
TAP version 13ok 1 Your thing Should do X 1..1# Tests ran: 1 (1ms)# Passed: 1# Failed: 0
Installing
Just grab it from NPM:
$ npm install hifive-tap
Licence
Copyright (c) 2013—2014 Quildreen Motta.
Released under the MIT licence.