mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
fix(docs): add a note about snapshots
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b3085c9308
commit
d164a8c03e
@@ -21,6 +21,11 @@ To run included tests and linters run:
|
|||||||
|
|
||||||
make test
|
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
|
## Vendoring dependencies
|
||||||
|
|
||||||
[Go modules](https://github.com/golang/go/wiki/Modules) are used for managing
|
[Go modules](https://github.com/golang/go/wiki/Modules) are used for managing
|
||||||
|
|||||||
Reference in New Issue
Block a user