()
| 11 | ) |
| 12 | |
| 13 | func newTestConfig() *cfg { |
| 14 | return &cfg{ |
| 15 | cfg: ghConfig.ReadFromString(""), |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | func TestNewConfigProvidesFallback(t *testing.T) { |
| 20 | var spiedCfg *ghConfig.Config |
no outgoing calls
no test coverage detected
searching dependent graphs…