UNPKG

gruu-reporter

Version:

Small reporter for TAP output, showing only failing tests and small stack traces. Built for [gruu][] test runner, but works for any other TAP-producing libs

5 lines (3 loc) 86 B
#!/usr/bin/env node var reporter = require('./index') process.stdin.pipe(reporter())