Skip to content

v2.0.0

Compare
Choose a tag to compare
@typicode typicode released this 09 Dec 08:38
· 18 commits to main since this release

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