test: added supertest

This commit is contained in:
Riccardo
2023-08-04 21:41:44 +02:00
parent ed8b37c517
commit c913e5ecec
11 changed files with 14917 additions and 646 deletions

View File

@@ -5,7 +5,7 @@ It contains basic configurations for the following:
- TypeScript (typechecking and building)
- Eslint (linting)
- Prettier (formatting)
- Jest (testing)
- Jest/Supertest (testing)
- Husky (pre-commit hooks to run linting, typechecking, and commit message format)
- GitHub Actions (CI/CD)