@automated/plugin-jest
v0.0.1
Published
Jest plugin for automated
Downloads
2
Readme
Jest Plugin for Automated
Adds Jest snapshots
Setup
Add the following to your .gitignore
*/.automated/jest/__index.js
Install automated
yarn add automated
Run automated
yarn automated
Add Jest CLI options like this
yarn automated jest\[--updateSnapshot --watch\]