(t *testing.T)
| 222 | } |
| 223 | |
| 224 | func TestJsonListFormat(t *testing.T) { |
| 225 | t.Parallel() |
| 226 | |
| 227 | NewFormatterTest(t, |
| 228 | WithExecutorOptions( |
| 229 | task.WithDir("testdata/json_list_format"), |
| 230 | ), |
| 231 | WithListOptions(task.ListOptions{ |
| 232 | FormatTaskListAsJSON: true, |
| 233 | }), |
| 234 | WithFixtureTemplating(), |
| 235 | ) |
| 236 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…