(config)
| 346 | .plugin('b.js'); |
| 347 | } |
| 348 | function module2Configure(config) { |
| 349 | config |
| 350 | .plugin('c.js') |
| 351 | } |
| 352 | // eslint-disable-next-line @typescript-eslint/no-unused-vars |
| 353 | function module3Configure(_config) { |
| 354 | count++; |
nothing calls this directly
no test coverage detected
searching dependent graphs…