Xv Versions Save

🙅‍♀️ ✌️ fastest test runner

v2.1.1

1 year ago
  • fix output in case of error

v2.1.0

1 year ago
  • Show test duration per file using console.time
  • Show no tests found warning if test doesn't have exported functions #13

v2.0.0

1 year ago

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

2 years ago
  • fix: package.json remove unused exports #8

v1.1.0

2 years ago

Improve xv speed

v1.0.2

2 years ago
  • fix: exit on failing test #3

v1.0.0

2 years ago
  • Change license to MIT

v0.2.3

2 years ago
  • Fixed error on Windows with Node 16

v0.2.0

2 years ago
  • Support Node 12
  • Drop test()

v0.1.0

2 years ago
  • First release! :partying_face:
  • Thanks to @DiegoRBaquero for the name on npm :slightly_smiling_face: