()
| 98 | |
| 99 | test('returns merged results from single plugin', () => { |
| 100 | const plugin: SqlCommenterPlugin = () => ({ key: 'value' }) |
| 101 | expect(applySqlCommenters([plugin], mockSingleContext)).toEqual({ key: 'value' }) |
| 102 | }) |
| 103 |
no outgoing calls
no test coverage detected