Jest is a great JavaScript testing tool - it’s simple, fast and easy to use. One of the key features that I enjoy using for UI testing is its [snapshot testin](http://bit.ly/2SAFPw0], a quick way of capturing the output of a test and comparing against an expected result.
Full article