diff --git a/pkg/cmd/browse/browse_test.go b/pkg/cmd/browse/browse_test.go new file mode 100644 index 000000000..f4003ce85 --- /dev/null +++ b/pkg/cmd/browse/browse_test.go @@ -0,0 +1,12 @@ +package browse + +import ( + "testing" +) + +func TestNewCmdBrowse(t *testing.T) { + // TODO test the use of the api using "gh browse" + // instead of opening multiple browsers for each test, + // we can test the http code sent back after calling a site + +}