(t testing.TB, name string)
| 48 | } |
| 49 | |
| 50 | func testModule(t testing.TB, name string) *configs.Config { |
| 51 | t.Helper() |
| 52 | c, _ := testModuleWithSnapshot(t, name) |
| 53 | return c |
| 54 | } |
| 55 | |
| 56 | func testModuleWithSnapshot(t testing.TB, name string) (*configs.Config, *configload.Snapshot) { |
| 57 | t.Helper() |
no test coverage detected