Skip to content

Releases: typicode/xv

v2.1.1

17 Dec 18:15
Compare
Choose a tag to compare
  • fix output in case of error

v2.1.0

16 Dec 21:45
Compare
Choose a tag to compare
  • Show test duration per file using console.time
  • Show no tests found warning if test doesn't have exported functions #13

v2.0.0

09 Dec 08:38
Compare
Choose a tag to compare

What's new

Version 2 greatly simplifies TypeScript code testing.

You can now use ts-node with xv to execute tests without precompiling.

xv --loader=ts-node/esm src

Changes

  • Add support for --loader=* and any other Node CLI options
  • Drop Node 12 support

v1.1.1

25 Oct 00:04
Compare
Choose a tag to compare
  • fix: package.json remove unused exports #8

v1.1.0

21 Oct 21:13
Compare
Choose a tag to compare

Improve xv speed

v1.0.2

04 Sep 17:49
Compare
Choose a tag to compare
  • fix: exit on failing test #3

v1.0.0

30 Aug 22:51
Compare
Choose a tag to compare
  • Change license to MIT

v0.2.3

01 Jul 10:36
Compare
Choose a tag to compare
  • Fixed error on Windows with Node 16

v0.2.0

13 Jun 04:30
Compare
Choose a tag to compare
  • Support Node 12
  • Drop test()

v0.1.3

09 Jun 03:46
Compare
Choose a tag to compare
  • Various bug fixes.