(name, options, executeNow)
| 1209 | } |
| 1210 | |
| 1211 | function module$1(name, options, executeNow) { |
| 1212 | if (focused) { |
| 1213 | return; |
| 1214 | } |
| 1215 | |
| 1216 | processModule(name, options, executeNow); |
| 1217 | } |
| 1218 | |
| 1219 | module$1.only = function () { |
| 1220 | if (focused) { |
nothing calls this directly
no test coverage detected