Finished implementing AuthService (Unit/Integration tests, documentation and code)

This commit is contained in:
2026-04-01 19:34:59 +02:00
parent 0852cbd4f0
commit 7b6760952e
11 changed files with 389 additions and 38 deletions

View File

@@ -5,7 +5,8 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "vitest run",
"test": "vitest run --project unit",
"test-integration": "vitest run --project integration",
"test:watch": "vitest"
},
"devDependencies": {
@@ -14,6 +15,7 @@
},
"private": true,
"dependencies": {
"@faker-js/faker": "^10.4.0",
"axios": "^1.14.0",
"msw": "^2.12.14"
}