watchtower/pkg/notifications/notifications_suite_test.go

17 lines
296 B
Go
Raw Normal View History

package notifications_test
import (
"testing"
"github.com/onsi/gomega/format"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestNotifications(t *testing.T) {
RegisterFailHandler(Fail)
format.CharactersAroundMismatchToInclude = 20
RunSpecs(t, "Notifications Suite")
}