We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insta
1 parent c7d14cb commit 1c0968bCopy full SHA for 1c0968b
site/README.md
@@ -46,3 +46,8 @@ the `PORT` environment variable.
46
```console
47
$ ./target/release/site <database>
48
```
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