mirror of https://gitee.com/bigwinds/arangodb
GraphViewer: Defined spies for Toolbox creation tests
This commit is contained in:
parent
268fe16056
commit
8fae6f2485
|
@ -65,6 +65,9 @@
|
|||
edgeShaper.drawEdges(edges);
|
||||
|
||||
dispatcherUI = new EventDispatcherControls(list, dispatcher);
|
||||
spyOn(nodeShaper, "changeTo").andCallThrough();
|
||||
spyOn(edgeShaper, "changeTo").andCallThrough();
|
||||
|
||||
});
|
||||
|
||||
afterEach(function () {
|
||||
|
|
Loading…
Reference in New Issue