diff --git a/README.md b/README.md index 63642e2..7b62870 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ When used with at least Node `18.17.0` or `20.2.0` this is supported (see [issue Since those same versions the cause chain is also printed in the built in `spec` reporter, but done through `util.inspect()` there rather than the custom output here. +### Example output + +![CLI output](docs/cli-output.png) ## Similar modules diff --git a/docs/cli-output.png b/docs/cli-output.png new file mode 100644 index 0000000..2affc4e Binary files /dev/null and b/docs/cli-output.png differ