Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 303 Bytes

post-utils

A simple demo of Jest's toMatchInlineSnapshot(), written as part of a blog post.

  1. Install dependencies: yarn
  2. Run the tests: yarn jest
  3. If you want to experiment, fire up Jest in watch mode: yarn jest --watch