Skip to content

Commit

Permalink
Added missing suite test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel committed Oct 11, 2024
1 parent 915eb47 commit 3359ead
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cmd/image-syncer/image_syncer_suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package main

import (
"testing"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)

func TestImageSyncer(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "ImageSyncer Suite")
}

0 comments on commit 3359ead

Please sign in to comment.