* Reset the session and clear cookies
()
| 31 | * Reset the session and clear cookies |
| 32 | */ |
| 33 | resetSession() { |
| 34 | this.request = supertest.agent(app); |
| 35 | } |
| 36 | |
| 37 | async signup(user: any, statusCodeExpected = httpStatus.CREATED) { |
| 38 | const { body } = await this.request |
no outgoing calls
no test coverage detected