utap
utap copied to clipboard
Micro TAP formatter
Results
2
utap issues
Sort by
recently updated
recently updated
newest added
Hey, this is really useful and I'm enjoying using it. Would it be possible, however, to do a little formatting of the output when a test fails? The default TAP...
Hello! When tests fail they must return the 1 exit code. But when piped with utap, exit code is always 0.  I use Node test runner, which returns correct...