Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:59 +08:00
commit 38e80921c8
89 changed files with 20480 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import request from 'supertest';
import app from '../app';
describe('${HTTP_METHOD} ${ENDPOINT_PATH}', () => {
${TEST_CASES}
});