0.5.1 #71
Annotations
4 errors and 1 warning
src/editor/editor.test.tsx > Code > default props:
src/editor/editor.test.tsx#L11
Error: Snapshot `Code > default props 1` mismatched
- Expected
+ Received
@@ -43,10 +43,13 @@
left: 0;
right: 0;
height: 100%;
overflow: hidden;
}
+ [data-codice-editor][data-codice-editor-line-numbers="true"] textarea {
+ padding-left: 51px;
+ }
</style><div data-codice-editor-header="true"><style data-codice-style="true">[data-codice-editor-header] {
position: relative;
display: flex;
padding: 16px 22px 8px;
align-items: center;
❯ src/editor/editor.test.tsx:11:7
|
src/editor/editor.test.tsx > Code > with title:
src/editor/editor.test.tsx#L122
Error: Snapshot `Code > with title 1` mismatched
- Expected
+ Received
@@ -43,10 +43,13 @@
left: 0;
right: 0;
height: 100%;
overflow: hidden;
}
+ [data-codice-editor][data-codice-editor-line-numbers="true"] textarea {
+ padding-left: 51px;
+ }
</style><div data-codice-editor-header="true"><style data-codice-style="true">[data-codice-editor-header] {
position: relative;
display: flex;
padding: 16px 22px 8px;
align-items: center;
❯ src/editor/editor.test.tsx:122:7
|
src/editor/editor.test.tsx > Code > without controls and with className:
src/editor/editor.test.tsx#L233
Error: Snapshot `Code > without controls and with className 1` mismatched
- Expected
+ Received
@@ -43,10 +43,13 @@
left: 0;
right: 0;
height: 100%;
overflow: hidden;
}
+ [data-codice-editor][data-codice-editor-line-numbers="true"] textarea {
+ padding-left: 51px;
+ }
</style><div data-codice-editor-content="true"><div data-codice-code="true"><style data-codice-style="true">[data-codice-code] {
--codice-editor-line-number-color: #a4a4a4;
}
[data-codice-code] pre {
white-space: pre-wrap;
❯ src/editor/editor.test.tsx:233:7
|
Node 20
Process completed with exit code 1.
|
Node 20
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|