(options)
| 96 | |
| 97 | export { setupSupertestServer } |
| 98 | function setupSupertestServer (options) { |
| 99 | const ldpServer = createServer(options) |
| 100 | return supertest(ldpServer) |
| 101 | } |
| 102 | |
| 103 | // Lightweight adapter to replace `request` with `node-fetch` in tests |
| 104 | // Supports signatures: |
no test coverage detected