Adds Jest snapshots
Add Automated and Jest (shouldn’t be needed much longer)
yarn add automated@latest jest@21
Add the following to your .gitignore
.automated/jest/__index.js
Run automated
yarn automated
Add Jest CLI options like this
yarn automated jest\[--updateSnapshot --watch\]