()
| 49 | } |
| 50 | |
| 51 | const makeRes = (): any => ({ |
| 52 | status: sinon.stub().returnsThis(), |
| 53 | setHeader: sinon.stub().returnsThis(), |
| 54 | send: sinon.stub().returnsThis(), |
| 55 | locals: { nonce: 'post-inv-nonce' }, |
| 56 | }) |
| 57 | |
| 58 | const validBody = { |
| 59 | tosAccepted: 'yes', |
no outgoing calls
no test coverage detected