mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
290e325c5c
commit
9b65cd4d7b
206 changed files with 13 additions and 4664 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { Readable } from 'node:stream';
|
||||
import { DownloadController } from 'src/controllers/download.controller';
|
||||
import { DownloadService } from 'src/services/download.service';
|
||||
import request from 'supertest';
|
||||
import { factory } from 'test/small.factory';
|
||||
import { ControllerContext, controllerSetup, mockBaseService } from 'test/utils';
|
||||
import { Readable } from 'typeorm/platform/PlatformTools.js';
|
||||
|
||||
describe(DownloadController.name, () => {
|
||||
let ctx: ControllerContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue