Skip to content

Commit

Permalink
Update read-me
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-unni committed Dec 1, 2023
1 parent a1a2a5d commit 7d8ca6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,12 @@ Checkout the branch locally and run:

`yarn test-visual:approve` - This will approve the failures/diff caught by the tests.

`yarn test-visual:reference` - This will update the reference images locally on your machine.
`yarn test-visual:reference` - This will update the reference images locally on your machine. Run this command if you've approved your reference images
but the local tests are still failing.

`git lfs push --all origin` - First commit the files in the normal way then run the command. This will push the new reference images to Git LFS.

You can then commit and push your changes. The test images that would have been created when you ran `yest test-visual` are gitignored and the new references images will be pushed to Git LFS.
The test images that would have been created when you ran `yest test-visual` are gitignored and the new references images will be pushed to Git LFS.

## Build

Expand Down

0 comments on commit 7d8ca6c

Please sign in to comment.