adguardhome-sync/pkg/sync/sync_suite_test.go

14 lines
188 B
Go
Raw Normal View History

2021-04-11 16:45:10 +08:00
package sync_test
import (
"testing"
2021-12-10 05:55:38 +08:00
. "github.com/onsi/ginkgo/v2"
2021-04-11 16:45:10 +08:00
. "github.com/onsi/gomega"
)
func TestSync(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Sync Suite")
}