chore: move the ValidationErrorIcon outside the table value cell #602
Annotations
2 errors
src/lib/components/JSONEditor.test.ts > JSONEditor > render table mode:
src/lib/components/JSONEditor.test.ts#L67
Error: Snapshot `JSONEditor > render table mode 1` mismatched
- Expected
+ Received
@@ -309,12 +309,12 @@
-
</div>
+
</td>
<td
class="jse-table-cell svelte-gl60hz"
data-path="%2F0%2Fname"
>
@@ -327,17 +327,17 @@
role="button"
tabindex="-1"
>
</div>
-
</div>
+
</td>
</tr>
<tr
class="jse-table-row svelte-gl60hz"
@@ -367,12 +367,12 @@
-
</div>
+
</td>
<td
class="jse-table-cell svelte-gl60hz"
data-path="%2F1%2Fname"
>
@@ -385,17 +385,17 @@
role="button"
tabindex="-1"
>
Joe
</div>
-
</div>
+
</td>
</tr>
<tr
class="jse-table-row svelte-gl60hz"
@@ -420,17 +420,17 @@
role="button"
tabindex="-1"
>
3
</div>
-
</div>
+
</td>
<td
class="jse-table-cell svelte-gl60hz"
data-path="%2F2%2Fname"
>
@@ -448,12 +448,12 @@
-
</div>
+
</td>
</tr>
<tr
❯ src/lib/components/JSONEditor.test.ts:67:23
|
build-and-test (22.x)
Process completed with exit code 1.
|