adguardhome-sync/pkg/sync/sync_suite_test.go
2021-12-09 22:55:38 +01:00

13 lines
188 B
Go

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