util_test.go 132 B

123456789
  1. package my_util
  2. import "testing"
  3. func TestCloseChrome(t *testing.T) {
  4. // BUG: will produce Logs under this dir
  5. CloseChrome()
  6. }