Update CONTRIBUTING.md (#849)

This commit is contained in:
João Marcos 2025-07-15 16:58:05 -03:00 committed by GitHub
parent cffa37741a
commit 7a6c4ecfb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,11 +39,11 @@ We use snapshots to do UI testing and guarantee a consistent output, this way, y
```sh ```sh
cargo test cargo test
# Only run UI tests # Or, if you only want to run UI tests
cargo test -- ui # cargo test -- ui
``` ```
- If some UI test failed, you should review it: - If some UI test failed, you should review them (requires `cargo install cargo-insta`):
```sh ```sh
cargo insta review cargo insta review