()
| 13 | var tests; |
| 14 | |
| 15 | function nextTest() { |
| 16 | if ( tests.length ) { |
| 17 | var next = tests.shift(); |
| 18 | return next(); |
| 19 | } else { |
| 20 | flkty.stopPlayer(); |
| 21 | done(); |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | tests = [ |
| 26 | // check that player runs |
no outgoing calls
no test coverage detected
searching dependent graphs…