Skip to content

Commit 7a6c4ec

Browse files
authored
Update CONTRIBUTING.md (#849)
1 parent cffa377 commit 7a6c4ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ We use snapshots to do UI testing and guarantee a consistent output, this way, y
3939

4040
```sh
4141
cargo test
42-
# Only run UI tests
43-
cargo test -- ui
42+
# Or, if you only want to run UI tests
43+
# cargo test -- ui
4444
```
4545

46-
- If some UI test failed, you should review it:
46+
- If some UI test failed, you should review them (requires `cargo install cargo-insta`):
4747

4848
```sh
4949
cargo insta review

0 commit comments

Comments
 (0)