mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
14 lines
197 B
Go
14 lines
197 B
Go
package bytefmt_test
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestFormatters(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Bytefmt Suite")
|
|
}
|