test: added tests for the warningSidebar

ref: N25B-450
This commit is contained in:
JGerla
2026-01-22 13:54:24 +01:00
parent 9f359de953
commit 9c64455a19
2 changed files with 159 additions and 4 deletions

View File

@@ -117,10 +117,6 @@ function WarningListItem(props: { warning: EditorWarning }) {
<div className={styles.meta}>
{props.warning.type}
{/*{props.warning.scope.id}*/}
{/*{props.warning.scope.handleId && (*/}
{/* <span className={styles.handle}>@{props.warning.scope.handleId}</span>*/}
{/*)}*/}
</div>
</div>
);