enso icon indicating copy to clipboard operation
enso copied to clipboard

Refactor Graph Store to be able to test logic there.

Open farmaazon opened this issue 6 months ago • 0 comments

Currently, graph store has a lot of logic which is hard to unit tests. We should be able to test graph operations by setting a module's code and then checking code after the operation.

As a result of this task, creating new node inside different methods, connecting with reordering and collapsing nodes should be covered by unit tests.

farmaazon avatar Feb 14 '24 15:02 farmaazon