tape-testing / faucet

human-readable TAP summarizer
MIT License
551 stars 25 forks source link

less verbose output with option #7

Open tcurdt opened 9 years ago

tcurdt commented 9 years ago

I would love if there was an option to turn

⨯ doing this and that
  not ok 9 bla should be equivalent
    ---
      operator: deepEqual
      expected: |-
        [  ]
      actual: |-
        [ ... ]
      at: add (bla.js:49:5)
    ...

to just

⨯ doing this and that
  not ok 9 bla should be equivalent