Bugfix: Support "only" modifier in embed statements #240
Annotations
6 errors
tests/Failing/jsfmt.spec.js > Failing > should handle failing cases:
tests/Failing/jsfmt.spec.js#L17
Error: Snapshot `Failing > should handle failing cases 1` mismatched
- Expected
+ Received
@@ -24,11 +24,11 @@
with {
position: 'bottomTrailing',
id: 'most-popular-badge',
classList: tooltipOpen ? 'show-tooltip',
isAriaHidden: not (tooltipOpen ?? false)
- }
+ } only
%}
{% block text %}
<p>
Hey>
</p>
❯ tests/Failing/jsfmt.spec.js:17:9
|
Test (20)
Process completed with exit code 1.
|
tests/Failing/jsfmt.spec.js > Failing > should handle failing cases:
tests/Failing/jsfmt.spec.js#L17
Error: Snapshot `Failing > should handle failing cases 1` mismatched
- Expected
+ Received
@@ -24,11 +24,11 @@
with {
position: 'bottomTrailing',
id: 'most-popular-badge',
classList: tooltipOpen ? 'show-tooltip',
isAriaHidden: not (tooltipOpen ?? false)
- }
+ } only
%}
{% block text %}
<p>
Hey>
</p>
❯ tests/Failing/jsfmt.spec.js:17:9
|
Test (18)
Process completed with exit code 1.
|
tests/Failing/jsfmt.spec.js > Failing > should handle failing cases:
tests/Failing/jsfmt.spec.js#L17
Error: Snapshot `Failing > should handle failing cases 1` mismatched
- Expected
+ Received
@@ -24,11 +24,11 @@
with {
position: 'bottomTrailing',
id: 'most-popular-badge',
classList: tooltipOpen ? 'show-tooltip',
isAriaHidden: not (tooltipOpen ?? false)
- }
+ } only
%}
{% block text %}
<p>
Hey>
</p>
❯ tests/Failing/jsfmt.spec.js:17:9
|
Test (22)
Process completed with exit code 1.
|