Releases: laat/readme-assert
Releases · laat/readme-assert
v6.0.1
v6.0.0
New Features
- Supports TypeScript out of the box
- Supports
importsyntax 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--autoargument - Does not read babelrc file by default. Add
--babelflag to enable it.