Skip to content

Commit

Permalink
Simplify readme (jestjs#3790)
Browse files Browse the repository at this point in the history
One of the reasons I love jest the most, is snapshot testing. I use it a lot for unit and acceptance testing, so I think UI testing is only a minimal fraction of what snapshots can do and are excellent at.

This is my personal take...but feel free to disagree :)
  • Loading branch information
matteofigus authored and cpojer committed Jun 11, 2017
1 parent 533a71f commit be82560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- **🏃🏽 Instant Feedback**: Failed tests run first. Fast interactive mode can switch between running all tests or only test files related to changed files.

- **📸 Snapshot Testing**: Jest can [capture snapshots](http://facebook.github.io/jest/docs/en/snapshot-testing.html) of React trees or other serializable values to simplify UI testing.
- **📸 Snapshot Testing**: Jest can [capture snapshots](http://facebook.github.io/jest/docs/en/snapshot-testing.html) of React trees or other serializable values to simplify testing.

## Getting Started

Expand Down

0 comments on commit be82560

Please sign in to comment.