Closed dotnetprofessional closed 7 years ago
Currently the docString will left justify all content, however it should only remove spacing to the left of the first """.
Code
and(`the property should have the following items """ [ {"prop1":"value1","prop2":"value2"} ] """ `, () => {});
Actual
[ {"prop1":"value1","prop2":"value2"} ]
Expected
Fixed for next release v0.3.0
Currently the docString will left justify all content, however it should only remove spacing to the left of the first """.
Code
Actual
Expected