mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-18 08:28:27 +03:00
11 lines
160 B
Go
11 lines
160 B
Go
package aghos_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/AdguardTeam/AdGuardHome/internal/aghtest"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
aghtest.DiscardLogOutput(m)
|
|
}
|