fix: fix eslint issues, adjust norm test for dev merge
ref: N25B-371
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user