created a test file

This commit is contained in:
bchadwic 2021-05-24 21:16:37 -07:00
parent 70e72afdcc
commit 24abf29acb

View file

@ -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
}