xv

🙅‍♀️ ✌️ fastest test runner

MIT License

Downloads
727
Stars
832
Committers
2

Bot releases are visible (Hide)

xv - Latest Release

Published by typicode almost 2 years ago

  • fix output in case of error
xv -

Published by typicode almost 2 years ago

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

Published by typicode almost 2 years 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
xv -

Published by typicode almost 3 years ago

  • fix: package.json remove unused exports #8
xv -

Published by typicode almost 3 years ago

Improve xv speed

xv -

Published by typicode about 3 years ago

  • fix: exit on failing test #3
xv -

Published by typicode about 3 years ago

  • Change license to MIT
xv -

Published by typicode over 3 years ago

  • Fixed error on Windows with Node 16
xv -

Published by typicode over 3 years ago

  • Support Node 12
  • Drop test()
xv -

Published by typicode over 3 years ago

  • First release! 🥳
  • Thanks to @DiegoRBaquero for the name on npm 🙂
xv -

Published by typicode over 3 years ago

  • Various bug fixes.