(expectation)
| 2157 | } |
| 2158 | |
| 2159 | function assertVisibleShapes(expectation) { |
| 2160 | return function () { |
| 2161 | var actual = extractVisibilities(gd._fullLayout.shapes); |
| 2162 | expect(actual).toEqual(expectation); |
| 2163 | }; |
| 2164 | } |
| 2165 | |
| 2166 | describe('for regular traces', function () { |
| 2167 | beforeEach(function (done) { |
no test coverage detected
searching dependent graphs…