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
❯ ava --tap
TAP version 13
# [anonymous]
not ok 1 - Test failed via t.fail()
---
operator: fail
expected: false
actual: false
at:
...
1..1
# tests 1
# pass 0
# fail 1
The text was updated successfully, but these errors were encountered:
Turns out that the stack getSourceFromStack in the TAP reporter was getting did not match the index, so I just decreased the index (line number now in index 2, not 3).
The text was updated successfully, but these errors were encountered: