import request from 'supertest'; import app from '../app'; describe('${HTTP_METHOD} ${ENDPOINT_PATH}', () => { ${TEST_CASES} });