fix(docs): add a note about snapshots

This commit is contained in:
Łukasz Mierzwa
2021-10-28 10:53:09 +01:00
committed by Łukasz Mierzwa
parent b3085c9308
commit d164a8c03e

View File

@@ -21,6 +21,11 @@ To run included tests and linters run:
make test
Some backend tests are using snapshot files. To update those snapshots after
a breaking change run tests using:
UPDATE_SNAPSHOTS=1 go test -count=1 ./cmd/karma
## Vendoring dependencies
[Go modules](https://github.com/golang/go/wiki/Modules) are used for managing