fix: fix eslint issues, adjust norm test for dev merge

ref: N25B-371
This commit is contained in:
Björn Otgaar
2025-12-03 11:41:14 +01:00
parent f0c250626f
commit c167144b4d
6 changed files with 17 additions and 12 deletions

View File

@@ -115,8 +115,8 @@ describe('NormNode', () => {
/>
);
let norm = screen.getByText("Norm :")
expect(norm).toBeInTheDocument;
const norm = screen.getByText("Norm :")
expect(norm).toBeInTheDocument();
});
it('should render with dragging state', () => {