taper
Version:
Taper (a fork of tapr) is a tap test runner that shows an appropriate level of detail with colorized output.
20 lines (17 loc) • 566 B
Plain Text
[34m# bind to invalid address[39m
[32mok 1 should not be equal[39m
[32mok 2 should be equal[39m
[32mok 3 should be equal[39m
[34m# bind to local address[39m
[32mok 4 should not be equal[39m
[31mnot ok 5 should be equal[39m
operator: equal
expected: 'connect ExINVAL'
actual: 'connect EINVAL'
at: Request._callback (/node/somedir/test-fails.js:22:7)
...
[32mok 6 should be equal[39m
[31mAssert: "should be equal",
found: 'connect EINVAL'
wanted: 'connect ExINVAL'[39m
Request._callback (/node/somedir/test-fails.js:22:7)