()
| 60 | let expected = test.readFile('multiple-groups-2.expected.css'); |
| 61 | |
| 62 | const processStringAgain = () => { |
| 63 | return test.comb.processString(input); |
| 64 | }; |
| 65 | |
| 66 | return test.comb.processString(input) |
| 67 | .then(processStringAgain) |
nothing calls this directly
no test coverage detected