v2.0.0
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