Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import request from 'supertest';
|
||||
import app from '../app';
|
||||
|
||||
describe('${HTTP_METHOD} ${ENDPOINT_PATH}', () => {
|
||||
${TEST_CASES}
|
||||
});
|
||||
Reference in New Issue
Block a user