Skip to content

jamesrr39/go-snapshot-testing

Repository files navigation

go-snapshot-testing

Package snapshot provides snapshot testing functionality, similar in concept to Jest for Javascript. to update snapshots, please set the UPDATE_SNAPSHOT environment variable to "1"

UPDATE_SNAPSHOTS=1 go test ./...

About

Snapshot testing, for Go/Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages