()
| 6 | } ); |
| 7 | |
| 8 | function getSlideCellsCount() { |
| 9 | var counts = flkty.slides.map( function( slide ) { |
| 10 | return slide.cells.length; |
| 11 | } ); |
| 12 | return counts.join(','); |
| 13 | } |
| 14 | |
| 15 | assert.equal( getSlideCellsCount(), '3,2,2,1,1,3,2', 'groupCells: true' ); |
| 16 | var targets = flkty.slides.map( function( slide ) { |
no outgoing calls
no test coverage detected
searching dependent graphs…