From 7a91eb7e1d20bf99ce4fa9d751c02b7b4d100d45 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Fri, 19 Aug 2022 13:19:02 -0400 Subject: tests(850): add tests for comment ls, add and edit --- commands/golden_test.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 commands/golden_test.go (limited to 'commands/golden_test.go') diff --git a/commands/golden_test.go b/commands/golden_test.go new file mode 100644 index 00000000..9fcee0d6 --- /dev/null +++ b/commands/golden_test.go @@ -0,0 +1,5 @@ +package commands + +import "flag" + +var update = flag.Bool("update", false, "update golden files") -- cgit