(result)
| 727 | }, |
| 728 | postcssPlugin: 'test', |
| 729 | prepare(result) { |
| 730 | return { |
| 731 | Once() { |
| 732 | root = true |
| 733 | }, |
| 734 | Rule(rule) { |
| 735 | rule.selector = basename(result.opts.from ?? '') |
| 736 | } |
| 737 | } |
| 738 | } |
| 739 | } |
| 740 | is( |
| 741 | postcss([plugin]).process('a{ color: black }', { from: 'a.css' }).css, |
nothing calls this directly
no test coverage detected
searching dependent graphs…