all: resync with master
This commit is contained in:
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)
|
||||
}
|
||||
Reference in New Issue
Block a user