adguardhome-sync/pkg/sync/sync_suite_test.go
2021-04-11 10:51:24 +02:00

13 lines
185 B
Go

package sync_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestSync(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Sync Suite")
}