mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-01 05:31:38 +03:00
all: resync with master
This commit is contained in:
parent
2fc1e258ed
commit
a829adad10
69 changed files with 1126 additions and 434 deletions
internal/home
12
internal/home/home_internal_test.go
Normal file
12
internal/home/home_internal_test.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package home
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/AdguardTeam/golibs/testutil"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
initCmdLineOpts()
|
||||
testutil.DiscardLogOutput(m)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue