Skip to content

Commit 1c0968b

Browse files
committed
Document our usage of insta
1 parent c7d14cb commit 1c0968b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ the `PORT` environment variable.
4646
```console
4747
$ ./target/release/site <database>
4848
```
49+
50+
## Development
51+
We use [insta](https://github.com/mitsuhiko/insta) for snapshot testing. If any tests that use the
52+
`insta` macros fail, you should `cargo install cargo-insta` and then run `cargo insta review` to review
53+
the snapshot changes.

0 commit comments

Comments
 (0)