(line)
| 62 | } |
| 63 | |
| 64 | function mapLine(line) { |
| 65 | return line + 1; |
| 66 | } |
| 67 | |
| 68 | async function testMappingAction(assert, rawSourceMap, action) { |
| 69 | return SourceMapConsumer.with(rawSourceMap, null, consumer => { |
no outgoing calls
no test coverage detected
searching dependent graphs…