AdGuardHome/internal/home/home_test.go

13 lines
161 B
Go
Raw Normal View History

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