| 1 | 'use strict'; |
| 2 | const request = require('../lib/request'); |
| 3 | const parseServerPackage = require('../package.json'); |
| 4 | const MockEmailAdapterWithOptions = require('./support/MockEmailAdapterWithOptions'); |
nothing calls this directly
no test coverage detected