feat: add configurable void element endings #46
Annotations
4 errors
tests/unit/src/formatMarkup.test.js#L267
AssertionError: expected '<input>\n<input type="range"><input t…' to deeply equal '<input>\n<input type="range">\n<input…'
- Expected
+ Received
<input>
- <input type="range">
- <input
- type="range"
- max="50"
- >
+ <input type="range"><input type="range" max="50">
❯ tests/unit/src/formatMarkup.test.js:267:10
|
tests/unit/src/formatMarkup.test.js#L267
AssertionError: expected '<input>\n<input type="range"><input t…' to deeply equal '<input />\n<input type="range" />\n<i…'
- Expected
+ Received
- <input />
+ <input>
- <input type="range" />
- <input
- type="range"
- max="50"
- />
+ <input type="range"><input type="range" max="50">
❯ tests/unit/src/formatMarkup.test.js:267:10
|
tests/unit/src/formatMarkup.test.js#L267
AssertionError: expected '<input>\n<input type="range"><input t…' to deeply equal '<input></input>\n<input type="range">…'
- Expected
+ Received
- <input></input>
+ <input>
- <input type="range"></input>
- <input
- type="range"
- max="50"
- ></input>
+ <input type="range"><input type="range" max="50">
❯ tests/unit/src/formatMarkup.test.js:267:10
|
|
The logs for this run have expired and are no longer available.
Loading