Closed yujonglee closed 2 years ago
Currently, removeWhiteSpaces is used for testing output of transpile.
removeWhiteSpaces
transpile
However, since transpile is responsible for formatting code, so removeWhiteSpaces makes testing weak. (+ hard to read).
Currently,
removeWhiteSpaces
is used for testing output oftranspile
.However, since
transpile
is responsible for formatting code, soremoveWhiteSpaces
makes testing weak. (+ hard to read).