mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
cfb94284e0
* feat(cli): add golden tests for errors (#11588) Creates golden files from `coder/cli/errors.go`. Adds a unit test to test against golden files. Adds a make file command to regenerate golden files. Abstracts test against golden files.