[WIP] Code Style: Print expression wrapper on same line #96
Annotations
2 errors
Run Test:
tests/Expressions/jsfmt.spec.js#L99
Error: Snapshot `Expressions > Print expression wrapper on same line 1` mismatched
- Expected
+ Received
- {{ svg('path/to/file.svg')|attr({
- class: 'w-6 h-6'
- }) }}
+ {{
+ svg('path/to/file.svg')|attr({
+ class: 'w-6 h-6'
+ })
+ }}
❯ tests/Expressions/jsfmt.spec.js:99:9
|
Run Test
Process completed with exit code 1.
|
Loading