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 15, 2023
1 parent f78184f commit d12eaa4
Show file tree
Hide file tree
Showing 2 changed files with 868 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 d12eaa4

Please sign in to comment.