(css)
| 384 | test('set source plugin automatically', async () => { |
| 385 | let plugin: Plugin = { |
| 386 | Once(css) { |
| 387 | if (css.first) { |
| 388 | throw css.first.error('Error') |
| 389 | } |
| 390 | }, |
| 391 | postcssPlugin: 'test-plugin' |
| 392 | } |
| 393 |
nothing calls this directly
no test coverage detected
searching dependent graphs…