Convert project to es modules #68
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.
|