summaryrefslogtreecommitdiff
path: root/2022/02/jankenpon/jankenpon_suite_test.go
blob: 03ffea67b586603278eb6c960ba38c21e52282a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package jankenpon_test

import (
	"testing"

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

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