(gd, expectation)
| 1854 | } |
| 1855 | |
| 1856 | function assertVisible(gd, expectation) { |
| 1857 | var actual = gd._fullData.map(function (trace) { |
| 1858 | return trace.visible; |
| 1859 | }); |
| 1860 | expect(actual).toEqual(expectation); |
| 1861 | } |
| 1862 | |
| 1863 | it('should ignore carpet traces when toggling', function (done) { |
| 1864 | var _mock = Lib.extendDeep({}, require('../../image/mocks/cheater.json')); |
no test coverage detected
searching dependent graphs…