()
| 1264 | } |
| 1265 | |
| 1266 | function resetAndLasso() { |
| 1267 | resetEvents(gd); |
| 1268 | drag(lassoPath); |
| 1269 | return selectedPromise; |
| 1270 | } |
| 1271 | |
| 1272 | function checkPointCount(cnt, msg) { |
| 1273 | expect((selectedData.points || []).length).toBe(cnt, msg); |
nothing calls this directly
no test coverage detected
searching dependent graphs…