wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
13
spn/navigator/module_test.go
Normal file
13
spn/navigator/module_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package navigator
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/safing/portbase/log"
|
||||
"github.com/safing/portmaster/service/core/pmtesting"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
log.SetLogLevel(log.DebugLevel)
|
||||
pmtesting.TestMain(m, module)
|
||||
}
|
||||
Reference in New Issue
Block a user