AdGuardHome/internal/home/home_test.go

13 lines
161 B
Go
Raw Normal View History

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