Skip to content

Fix checkboxes in join string #24

Fix checkboxes in join string

Fix checkboxes in join string #24

Triggered via pull request June 23, 2024 22:49
Status Failure
Total duration 30s
Artifacts

ci.yml

on: pull_request
build-and-deploy
22s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/pages/string/join/string-join.service.test.ts > mergeText > should merge lines and preserve blank lines when deleteBlankLines is false: src/pages/string/join/string-join.service.test.ts#L14
AssertionError: expected 'line1\r\n\nline2line3\r\n\nline4' to be 'line1line2line3line4' // Object.is equality - Expected + Received - line1line2line3line4 + line1 + + line2line3 + + line4 ❯ src/pages/string/join/string-join.service.test.ts:14:47
src/pages/string/join/string-join.service.test.ts > mergeText > should merge lines, preserve blank lines and trailing spaces when both deleteBlankLines and deleteTrailingSpaces are false: src/pages/string/join/string-join.service.test.ts#L26
AssertionError: expected 'line1 \r\n\nline2line3 \r\n\nline4' to be 'line1 line2line3 line4' // Object.is equality - Expected + Received - line1 line2line3 line4 + line1 + + line2line3 + + line4 ❯ src/pages/string/join/string-join.service.test.ts:26:44
build-and-deploy
Process completed with exit code 1.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.