revert merge upstream
This commit is contained in:
2026-01-05 17:44:24 +08:00
parent 28ab80ca81
commit 252223f632
13 changed files with 17 additions and 2300 deletions

View File

@@ -10,10 +10,7 @@
"start:prod": "node dist/main.js",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:e2e": "cross-env RUN_E2E_TESTS=true jest --testPathPattern=e2e.spec.ts",
"test:unit": "jest --testPathPattern=spec.ts --testPathIgnorePatterns=e2e.spec.ts",
"test:all": "cross-env RUN_E2E_TESTS=true jest"
"test:cov": "jest --coverage"
},
"keywords": [
"game",
@@ -65,7 +62,6 @@
"@types/node": "^20.19.27",
"@types/nodemailer": "^6.4.14",
"@types/supertest": "^6.0.3",
"cross-env": "^10.1.0",
"fast-check": "^4.5.2",
"jest": "^29.7.0",
"pino-pretty": "^13.1.3",