AdGuardHome/internal/home/home_test.go

13 lines
161 B
Go
Raw Normal View History

2022-11-02 13:18:02 +00:00
package home
import (
"testing"
"github.com/AdguardTeam/golibs/testutil"
)
func TestMain(m *testing.M) {
testutil.DiscardLogOutput(m)
initCmdLineOpts()
}