Addressing comment on PR #669 #29
Annotations
1 error
|
packages/prettier-plugin/src/index.test.js > prettier-plugin > should not add an extra blank line before a comment inside element children:
packages/prettier-plugin/src/index.test.js#L2250
Error: expect(received).toBeWithNewline(expected)
Expected:
component App() {
<div id="second-top-block">
<div>
let x = 1;
// comment
<div>{'Test'}</div>
</div>
</div>
}
Received:
component App() {
<div id="second-top-block">
<div>
let x = 1;
// comment
<div>{'Test'}</div>
</div>
</div>
}
❯ packages/prettier-plugin/src/index.test.js:2250:18
|