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.
1 parent 6efe3b3 commit aba1543Copy full SHA for aba1543
README.md
@@ -36,6 +36,21 @@ $ deno task build
36
$ deno task test
37
```
38
39
+We use [insta](https://github.com/mitsuhiko/insta) testing tool for taking
40
+snapshots of the html output. If you change the rednering of html output, or
41
+change the fixture files for html testing, you need to update snapshot using
42
+[cargo-insta](https://insta.rs/docs/quickstart/) command.
43
+
44
+```
45
+# update snapshots
46
+cargo insta test
47
48
+# review snapshots
49
+cargo insta review
50
51
52
+See [the insta docs](https://insta.rs/docs/quickstart/) for more details.
53
54
## Contributing
55
56
- If you are going to work on an issue, mention so in the issue comments
0 commit comments