util_test.go 86 B

12345678
  1. package pkg
  2. import "testing"
  3. func TestCloseChrome(t *testing.T) {
  4. CloseChrome()
  5. }