Package detail

print-snapshots

ai46MIT0.4.2

Print Jest snapshots to check CLI output of your tool

jest, snapshots, cli

readme

Print Snapshots

Print Jest snapshots from your project: “storybook” for CLI tools.

You can see CLI output of your app in all different states.

Print Snapshots example Sponsored by Evil Martians

changelog

Change Log

This project adheres to Semantic Versioning.

0.4.2

  • Updated picocolors.

0.4.1

  • Replaced nanocolors to picocolors.

0.4

  • Removed Node.js 10 and 8 support.
  • Reduced dependencies.

0.3.2

  • Replace color output library.

0.3.1

  • Reduce dependencies.

0.3

  • Run only tests with snapshots in --update (by Oleg Levshin).
  • Wait for the end of previous update in --watch.
  • Add shortcut aliases.

0.2

  • Add --update mode (by Oleg Levshin).
  • Add --watch mode (by Oleg Levshin).

0.1.4

  • Fix snapshots loading for test names with spec and jsx (by Oleg Levshin).

0.1.3

  • Fix snapshots loading (by Oleg Levshin).
  • Add project description to --help.

0.1.2

  • Fix double quote in snapshots.

0.1.1

  • Fix backtick character in snapshots.

0.1

  • Initial release.