Fixed unit tests

This commit is contained in:
2025-09-26 21:04:47 +02:00
parent 1f7ef200e7
commit 42db3daa31
2 changed files with 35 additions and 19 deletions

View File

@@ -140,7 +140,13 @@ MyDocManager/
│ └── frontend/
│ ├── Dockerfile
│ ├── package.json
│ ├── index.html
│ └── src/
│ ├── assets/
│ ├── App.css
│ ├── App.jsx
│ ├── main.css
│ └── main.jsx
├── tests/
│ ├── file-processor/
│ │ ├── test_auth/