mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
13 lines
182 B
Go
13 lines
182 B
Go
package api_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestAPI(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "API Suite")
|
|
}
|