Finished implementing AuthService (Unit/Integration tests, documentation and code)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user