Categorygithub.com/jamesrr39/go-snapshot-testing
repositorypackage
0.0.0-20220902162845-760bb8d1503d
Repository: https://github.com/jamesrr39/go-snapshot-testing.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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 ./...