Skip to content

feat: add configurable void element endings #50

feat: add configurable void element endings

feat: add configurable void element endings #50

Triggered via pull request October 29, 2024 21:11
Status Failure
Total duration 34s
Artifacts

node.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
tests/unit/src/formatMarkup.test.js > Format markup > Void elements > Formats void elements using mode "html": tests/unit/src/formatMarkup.test.js#L267
AssertionError: expected '<input />\n<input type="range" />\n<i…' to deeply equal '<input>\n<input type="range">\n<input…' - Expected + Received - <input> + <input /> - <input type="range"> + <input type="range" /> <input type="range" max="50" - > + /> ❯ tests/unit/src/formatMarkup.test.js:267:10
tests/unit/src/formatMarkup.test.js > Format markup > Void elements > Formats void elements using mode "closingTag": tests/unit/src/formatMarkup.test.js#L267
AssertionError: expected '<input />\n<input type="range" />\n<i…' to deeply equal '<input></input>\n<input type="range">…' - Expected + Received - <input></input> + <input /> - <input type="range"></input> + <input type="range" /> <input type="range" max="50" - ></input> + /> ❯ tests/unit/src/formatMarkup.test.js:267:10
build
Process completed with exit code 1.