Skip to content

Releases: aleclarson/testpass

0.9.0

27 May 19:57

Choose a tag to compare

  • 6f9b5dd make watch mode more reliable (major internal changes)
  • 570735c handle errors in beforeAll/afterAll correctly

0.5.0

18 Dec 16:49

Choose a tag to compare

  • feat: avoid printing file header is all tests passed (except in verbose mode) 8dd1401
  • logs: wrap file headers and "tests passed" with a gray box f157a38

0.4.0

18 Dec 16:47

Choose a tag to compare

  • feat: add tp.focus for focusing a file or group 7e27edb

0.3.0

18 Dec 16:46

Choose a tag to compare

  • feat: group beforeEach and afterEach logs with test logs 7cd232d
  • feat: suppress beforeAll and afterAll logs 7cd232d
  • feat: mock process.stdout.write during tests a5b8b79
  • feat: make verbose: true override quiet: true d6762a8
  • fix: avoid counting disabled tests/groups as passed tests fac034a
  • logs: avoid printing logs for tests that pass (except in verbose mode) 4667a6f
  • logs: print the file header even if only one file is active 51886ad
  • logs: avoid printing file header for files with no tests 84340d9

0.2.0

18 Dec 16:41

Choose a tag to compare

  • feat: more robust module reloading 73274b6
  • feat: always call afterEach and afterAll listeners 383dc1c
  • feat: use JSON.stringify on objects when t.eq fails 706c027
  • logs: non-strings are passed to JSON.stringify 51b0287

0.1.0

03 Dec 14:29

Choose a tag to compare

  • feat: add bin/tp f511878
  • feat: add quiet option 1dc4e6f
  • feat: support inline source maps 86e0a8a
  • feat: mock the console during tests 4648c3e
  • feat: always resolve startTests with the files array f335577
  • fix: fgroup and ftest 6cb3909

0.0.9

26 Nov 22:20

Choose a tag to compare

  • (ea021b4) feat: support ftest and fgroup
  • (4c5625f) feat: add header export
  • (ee6d4d9) fix: clear scrollback
  • (2c92ea6) fix: stop doing object comparison on sets

0.0.7

26 Nov 22:17

Choose a tag to compare

  • (2b944ed) feat: support shallow comparison of sets in t.eq
  • (8e3f34f) fix: object comparison in t.eq

0.0.5

26 Nov 22:16

Choose a tag to compare

  • (fa1f6b6) feat: add source map support
  • (a13a6fa) fix: recursive watching in watchDir

0.0.4

26 Nov 22:15

Choose a tag to compare

  • (f6a5fae) feat: add glob support to findTests
  • (c23a48a) fix: recursive crawling in findTests