()
| 505 | } |
| 506 | |
| 507 | function countContourTraces() { |
| 508 | return d3Select(gd).selectAll('.contour').size(); |
| 509 | } |
| 510 | |
| 511 | it('should restyle visible attribute properly', function(done) { |
| 512 | var mock = Lib.extendDeep({}, require('../../image/mocks/cheater.json')); |
no outgoing calls
no test coverage detected
searching dependent graphs…