(t *testing.T)
| 10 | ) |
| 11 | |
| 12 | func TestFormatters(t *testing.T) { |
| 13 | config := configuration.NewRepositoryWithDefaults() |
| 14 | i18n.T = i18n.Init(config) |
| 15 | |
| 16 | RegisterFailHandler(Fail) |
| 17 | RunSpecs(t, "Formatters Suite") |
| 18 | } |
nothing calls this directly
no test coverage detected