Update tests

This commit is contained in:
Peter Kimberley
2019-02-04 21:17:13 +11:00
parent 9905bc0e2e
commit dec5b5fc51
-2
View File
@@ -90,5 +90,3 @@ graph
// Test a property getter
const nodeDraggingEnabled: boolean = graph.enableNodeDrag();
if (typeof nodeDraggingEnabled !== "boolean")
throw new Error('ForceGraph.enableNodeDrag() did not return a result of type boolean as expected');