You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TAP version 13
# A passing test
ok 1 This test will pass.
# Assertions with tape.
not ok 2 Given two mismatched values, .equal() should produce a nice bug report
---
operator: equal
expected: 'something to test'
actual: 'sonething to test'
...
1..2
# tests 2
# pass 1
# fail 1
The text was updated successfully, but these errors were encountered:
https://medium.com/javascript-scene/why-i-use-tape-instead-of-mocha-so-should-you-6aa105d8eaf4#.d9z6m6nb2
The text was updated successfully, but these errors were encountered: