()
| 543 | |
| 544 | it('handles variable transforms that collapse border shorthands to comment-only values', () => { |
| 545 | const transformVariable = () => '/* stripped */' |
| 546 | |
| 547 | const shorthandCollapsed = serializeCSS( |
| 548 | { |
no outgoing calls
no test coverage detected