tap-json icon indicating copy to clipboard operation
tap-json copied to clipboard

where assert

Open muyids opened this issue 8 years ago • 0 comments

when I use ava --tab, the assert detail as follow

---
    operator: ===
    expected: 0
    actual: 202
    at: Test.<anonymous> (spec/my-code.js:34:5)
  ...

but, the tap-json just record as

{
    "extra": {
        "operator": "undefined",
        "expected": "undefined",
        "actual": "undefined"
    }
}

why didn't add the at info to extra ?

muyids avatar Dec 14 '16 09:12 muyids