Releases: laat/readme-assert
Releases · laat/readme-assert
v6.0.1
v6.0.0
New Features
- Supports TypeScript out of the box
- Supports
import
syntax out of the box - Better assert failure messages
- Stack traces point to the line in readme with the failing assert
- exits with code 1 when no tests found
BREAKING CHANGES
- Dropped support for Node < 8
- Code blocks must be tagged with
test
, see readme for examples.
To get the old behavior add--auto
argument - Does not read babelrc file by default. Add
--babel
flag to enable it.