[WIP] Code Style: Print expression wrapper on same line #194
Annotations
6 errors
tests/Expressions/jsfmt.spec.js > Expressions > Print expression wrapper on same line:
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
|
Test (20)
Process completed with exit code 1.
|
tests/Expressions/jsfmt.spec.js > Expressions > Print expression wrapper on same line:
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
|
Test (22)
Process completed with exit code 1.
|
tests/Expressions/jsfmt.spec.js > Expressions > Print expression wrapper on same line:
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
|
Test (18)
Process completed with exit code 1.
|