Skip to content

Releases: MailOnline/jest-tap-reporter

v1.9.0

03 Jan 15:15
bb57dc1
Compare
Choose a tag to compare

1.9.0 (2018-01-03)

Features

v1.8.2

25 Dec 20:37
9afce88
Compare
Choose a tag to compare

1.8.2 (2017-12-25)

Bug Fixes

  • package: update @babel/code-frame to version 7.0.0-beta.36 (b32d8dc)

v1.8.1

15 Dec 09:41
418e708
Compare
Choose a tag to compare

1.8.1 (2017-12-15)

Bug Fixes

  • package: update @babel/code-frame to version 7.0.0-beta.35 (7ded286)

v1.8.0

13 Dec 11:23
8dbb637
Compare
Choose a tag to compare

1.8.0 (2017-12-13)

Bug Fixes

  • fix testing for Travis (a6868d4)
  • make suite header coloring dynamic (4167bf2)

Features

  • improve options and path resolution (b55f490)
  • make progress reporting optional (e6343a2)

v1.7.2

04 Dec 09:18
7099d29
Compare
Choose a tag to compare

1.7.2 (2017-12-04)

Bug Fixes

  • package: update @babel/code-frame to version 7.0.0-beta.34 (e08d282)

v1.7.1

01 Dec 14:36
21adf76
Compare
Choose a tag to compare

1.7.1 (2017-12-01)

Bug Fixes

  • package: update @babel/code-frame to version 7.0.0-beta.33 (52dd82f)

v1.7.0

23 Nov 14:58
73f915f
Compare
Choose a tag to compare

1.7.0 (2017-11-23)

Features

  • hide long stack traces by default, add option showInternalStackTraces to enable them (20018d5)
  • show progress while running tests (3169db2)

v1.6.0

14 Nov 09:05
7684dfb
Compare
Choose a tag to compare

1.6.0 (2017-11-14)

Bug Fixes

  • dont print codeFrame if empty (1511ac3)
  • dont print codeFrame if empty (b44dccd)
  • fixtures (6cbddcd)
  • recognize more generic 'Expected' headers (3f81383)

Features

  • display error in test suite itself (d921d73)
  • highlight error code in terminal (0994dba)
  • improve at-path stack trace formatting (c8d33a7)

v1.5.0

13 Nov 10:01
790ff2f
Compare
Choose a tag to compare

1.5.0 (2017-11-13)

Features

v1.4.0

09 Nov 09:48
2dc4ffb
Compare
Choose a tag to compare

1.4.0 (2017-11-09)

Bug Fixes

  • make snapshot summary display correctly (6f30c01)

Features

  • add describe to Logger tests, add m-dash to test assertions (ac844d7)
  • add steps of multi-level steps (dc177fa)
  • add TODO test colors (81ff976)
  • color trace line path (e3595c0)
  • display path relative to root dir (d75e1be)
  • format left padding of AssertionResult (fa07fa7)
  • format nicely stack traces (02086cc)
  • format test summary as jest (cc6b648)
  • make error output nicer (6036814)
  • make suite PASS/FAIL more jest-like (991b1c0)
  • move suite pretty printing to LineWriter (2c28898)