Why I use Tape
Instead of Mocha &
So Should You
Eric Elliott
71948
Tape is overall neat but there is a deal-breaker: for whatever reason, while every test framework under the sun assertEquals signature is assertEquals(expected, actual), tape creator found it was fun the reverse this universal standard. It makes Tape tests basically unreadable and confusing for people using several different xUnit-like frameworks.