(fn)
| 16 | |
| 17 | // Helper functions for testing |
| 18 | function asserter (fn) { |
| 19 | return function (mapper, label, ...args) { |
| 20 | return fn(it, mapper, label, ...args) |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | function mapsUrl (it, mapper, label, options, files, expected) { |
| 25 | // Shift parameters if necessary |
no outgoing calls
no test coverage detected