(path)
| 748 | allMocks.forEach(function(mockItem) { |
| 749 | ['mouse', 'touch'].forEach(function(device) { |
| 750 | var _drag = function(path) { |
| 751 | return drag(path, {type: device}); |
| 752 | }; |
| 753 | |
| 754 | it('@flaky draw various shape types over mock ' + mockItem.name + ' using ' + device, function(done) { |
| 755 | var fig = Lib.extendDeep({}, mockItem.json); |
no test coverage detected
searching dependent graphs…