[WIP] Bugfix: Fix indentation for chained method #188
Annotations
6 errors
tests/Experimental/experimental.spec.js > Experimental > Properly indent chain method:
tests/Experimental/experimental.spec.js#L12
Error: Snapshot `Experimental > Properly indent chain method 1` mismatched
- Expected
+ Received
<a class="task-edit"
href="{{
- ea_url()
- .setDashboard('App\\Controller\\Dashboard\\DashboardController')
- .setController('App\\Controller\\Dashboard\\CRUD\\TacheCrudController')
- .setAction('edit')
- .setEntityId(tache.id)
- .set('sort',null)
+ ea_url().setDashboard(
+ 'App\\Controller\\Dashboard\\DashboardController'
+ ).setController(
+ 'App\\Controller\\Dashboard\\CRUD\\TacheCrudController'
+ ).setAction(
+ 'edit'
+ ).setEntityId(
+ tache.id
+ ).set(
+ 'sort',
+ null
+ )
}}">
<i class="fa-solid fa-edit"></i>
</a>
❯ tests/Experimental/experimental.spec.js:12:9
|
Test (20)
Process completed with exit code 1.
|
tests/Experimental/experimental.spec.js > Experimental > Properly indent chain method:
tests/Experimental/experimental.spec.js#L12
Error: Snapshot `Experimental > Properly indent chain method 1` mismatched
- Expected
+ Received
<a class="task-edit"
href="{{
- ea_url()
- .setDashboard('App\\Controller\\Dashboard\\DashboardController')
- .setController('App\\Controller\\Dashboard\\CRUD\\TacheCrudController')
- .setAction('edit')
- .setEntityId(tache.id)
- .set('sort',null)
+ ea_url().setDashboard(
+ 'App\\Controller\\Dashboard\\DashboardController'
+ ).setController(
+ 'App\\Controller\\Dashboard\\CRUD\\TacheCrudController'
+ ).setAction(
+ 'edit'
+ ).setEntityId(
+ tache.id
+ ).set(
+ 'sort',
+ null
+ )
}}">
<i class="fa-solid fa-edit"></i>
</a>
❯ tests/Experimental/experimental.spec.js:12:9
|
Test (22)
Process completed with exit code 1.
|
tests/Experimental/experimental.spec.js > Experimental > Properly indent chain method:
tests/Experimental/experimental.spec.js#L12
Error: Snapshot `Experimental > Properly indent chain method 1` mismatched
- Expected
+ Received
<a class="task-edit"
href="{{
- ea_url()
- .setDashboard('App\\Controller\\Dashboard\\DashboardController')
- .setController('App\\Controller\\Dashboard\\CRUD\\TacheCrudController')
- .setAction('edit')
- .setEntityId(tache.id)
- .set('sort',null)
+ ea_url().setDashboard(
+ 'App\\Controller\\Dashboard\\DashboardController'
+ ).setController(
+ 'App\\Controller\\Dashboard\\CRUD\\TacheCrudController'
+ ).setAction(
+ 'edit'
+ ).setEntityId(
+ tache.id
+ ).set(
+ 'sort',
+ null
+ )
}}">
<i class="fa-solid fa-edit"></i>
</a>
❯ tests/Experimental/experimental.spec.js:12:9
|
Test (18)
Process completed with exit code 1.
|