(url: string)
| 27 | const nonClassroomUserId = '000000000000000000000002'; |
| 28 | |
| 29 | function post(url: string) { |
| 30 | return request(fastifyTestInstance.server) |
| 31 | .post(url) |
| 32 | .set('authorization', `Bearer ${BEARER_TOKEN}`); |
| 33 | } |
| 34 | |
| 35 | describe('classroom routes', () => { |
| 36 | setupServer(); |
no test coverage detected