AdGuardHome/internal/home/home_test.go

13 lines
161 B
Go
Raw Permalink 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) {
initCmdLineOpts()
2023-09-07 15:13:48 +01:00
testutil.DiscardLogOutput(m)
2022-11-02 13:18:02 +00:00
}