chore(server): 移除 e2e 测试配置与 supertest 依赖

This commit is contained in:
2026-08-08 15:05:52 +08:00
parent f96c1c26c3
commit f160256865
4 changed files with 0 additions and 177 deletions

View File

@@ -50,9 +50,6 @@ $ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```