MCPcopy
hub / github.com/csscomb/csscomb.js / processStringAgain

Function processStringAgain

test/options/sort-order/process/test.js:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

processStringMethod · 0.80

Tested by

no test coverage detected