UNPKG

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
# bind to invalid address ok 1 should not be equal ok 2 should be equal ok 3 should be equal # bind to local address ok 4 should not be equal not ok 5 should be equal operator: equal expected: 'connect ExINVAL' actual: 'connect EINVAL' at: Request._callback (/node/somedir/test-fails.js:22:7) ... ok 6 should be equal Assert: "should be equal", found: 'connect EINVAL' wanted: 'connect ExINVAL' Request._callback (/node/somedir/test-fails.js:22:7)