fix http
Showing
... | ... | @@ -43,6 +43,7 @@ |
"@types/jest": "^27.4.0", | ||
"@types/lodash": "^4.14.178", | ||
"@types/node": "^17.0.10", | ||
"@types/supertest": "^2.0.11", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"eslint": "^7.32.0", | ||
... | ... | @@ -52,6 +53,7 @@ |
"koishi": "^4.1.0", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2", | ||
"supertest": "^6.2.2", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.5" | ||
}, | ||
... | ... |
tests/http.spec.ts
0 → 100644
Please register or sign in to comment