AdGuardHome/internal/home/home_test.go

13 lines
161 B
Go

package home
import (
"testing"
"github.com/AdguardTeam/golibs/testutil"
)
func TestMain(m *testing.M) {
initCmdLineOpts()
testutil.DiscardLogOutput(m)
}