(runs)
| 178 | } |
| 179 | |
| 180 | const createCollection = (runs) => { |
| 181 | return new Collection(runs); |
| 182 | }; |
| 183 | |
| 184 | function guessBrowser(config) { |
| 185 | const firstHelper = Object.keys(config.helpers)[0]; |
no outgoing calls
no test coverage detected
searching dependent graphs…