Skip to content

Commit

Permalink
Update README with command npm run test -- -u to update css snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
joshri authored and jpellizzari committed Oct 29, 2021
1 parent 37514fc commit 13c4c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To set up a development environment for the UI

Lint frontend code with `make ui-lint` - using Prettier (https://prettier.io/) will get you on the right track!

Run frontend tests with `make ui-test`
Run frontend tests with `make ui-test` - update CSS snapshots with `npm run test -- -u`

Check dependency vulnerabilities with `make ui-audit`

Expand Down

0 comments on commit 13c4c61

Please sign in to comment.