Test refactoring, make test more stable (#374)

- Move copy-pasted code to User API
- Clean the database after each test
- Refactor documents search test
This commit is contained in:
Anton Shepilov
2024-02-26 00:04:04 +01:00
committed by GitHub
parent 488aafe284
commit e0aca9dcd5
20 changed files with 719 additions and 909 deletions
@@ -21,7 +21,7 @@ export class DriveFileMockClass {
id: string;
name: string;
size: number;
added: string;
added: number;
parent_id: string;
extension: string;
description: string;