Skip to content

Commit

Permalink
Add conversion unit tests
Browse files Browse the repository at this point in the history
For build, buildruns.
  • Loading branch information
qu1queee committed Aug 16, 2023
1 parent ff6a624 commit 15a399b
Show file tree
Hide file tree
Showing 2 changed files with 1,222 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkg/webhook/conversion/converter_suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright The Shipwright Contributors
//
// SPDX-License-Identifier: Apache-2.0

package conversion_test

import (
"testing"

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

func TestConversion(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Conversion Suite")
}
Loading

0 comments on commit 15a399b

Please sign in to comment.