Chat / pkg /downloader /downloader_suite_test.go
Baraaqasem's picture
Upload 711 files
651d019 verified
raw
history blame
206 Bytes
package downloader
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestDownloader(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Downloader test suite")
}