Skip to content

Convert project to es modules #68

Convert project to es modules

Convert project to es modules #68

Re-run triggered May 1, 2024 03:27
Status Failure
Total duration 32s
Artifacts

ci.yaml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests/GenericTagCustomPrint/jsfmt.spec.js > switch.melody.twig - melody-verify: tests_config/run_spec.js#L42
Error: Snapshot `switch.melody.twig - melody-verify > switch.melody.twig 1` mismatched - Expected + Received @@ -13,17 +13,17 @@ <p>The bartender says, “Hey, we don’t serve your type in here!”</p> {% endswitch %} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {% switch matrixBlock.type %} - {% case 'text' %} - {{ matrixBlock.textField|markdown }} - {% case 'image' %} - {{ matrixBlock.image[0].getImg() }} - {% default %} - <p> - A font walks into a bar. - </p> - <p> - The bartender says, “Hey, we don’t serve your type in here!” - </p> + {% case 'text' %} + {{ matrixBlock.textField|markdown }} + {% case 'image' %} + {{ matrixBlock.image[0].getImg() }} + {% default %} + <p> + A font walks into a bar. + </p> + <p> + The bartender says, “Hey, we don’t serve your type in here!” + </p> {% endswitch %} ❯ tests_config/run_spec.js:42:19
Test (20)
Process completed with exit code 1.
tests/GenericTagCustomPrint/jsfmt.spec.js > switch.melody.twig - melody-verify: tests_config/run_spec.js#L42
Error: Snapshot `switch.melody.twig - melody-verify > switch.melody.twig 1` mismatched - Expected + Received @@ -13,17 +13,17 @@ <p>The bartender says, “Hey, we don’t serve your type in here!”</p> {% endswitch %} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {% switch matrixBlock.type %} - {% case 'text' %} - {{ matrixBlock.textField|markdown }} - {% case 'image' %} - {{ matrixBlock.image[0].getImg() }} - {% default %} - <p> - A font walks into a bar. - </p> - <p> - The bartender says, “Hey, we don’t serve your type in here!” - </p> + {% case 'text' %} + {{ matrixBlock.textField|markdown }} + {% case 'image' %} + {{ matrixBlock.image[0].getImg() }} + {% default %} + <p> + A font walks into a bar. + </p> + <p> + The bartender says, “Hey, we don’t serve your type in here!” + </p> {% endswitch %} ❯ tests_config/run_spec.js:42:19
Test (18)
Process completed with exit code 1.