(testOrSuite, condition)
| 106 | var slice = Array.prototype.slice |
| 107 | |
| 108 | function featureDependent(testOrSuite, condition) { |
| 109 | (condition ? testOrSuite : testOrSuite.skip).apply(this, slice.call(arguments, 2)) |
| 110 | } |
| 111 | |
| 112 | exercise.forEach(function(exerciseMode) { |
| 113 | suite(exerciseMode, function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…