(t *testing.T)
| 94 | } |
| 95 | |
| 96 | func TestMustRewriteWithConfig_emptyRulesPanics(t *testing.T) { |
| 97 | assert.Panics(t, func() { |
| 98 | RewriteWithConfig(RewriteConfig{}) |
| 99 | }) |
| 100 | } |
| 101 | |
| 102 | func TestMustRewriteWithConfig_skipper(t *testing.T) { |
| 103 | var testCases = []struct { |
nothing calls this directly
no test coverage detected
searching dependent graphs…