mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 01:11:47 +03:00
@@ -1,10 +1,10 @@
|
||||
import { BadRequestException } from '@nestjs/common';
|
||||
import { Readable } from 'node:stream';
|
||||
import { DownloadResponseDto } from 'src/dtos/download.dto';
|
||||
import { DownloadService } from 'src/services/download.service';
|
||||
import { assetStub } from 'test/fixtures/asset.stub';
|
||||
import { authStub } from 'test/fixtures/auth.stub';
|
||||
import { makeStream, newTestService, ServiceMocks } from 'test/utils';
|
||||
import { Readable } from 'typeorm/platform/PlatformTools.js';
|
||||
import { vitest } from 'vitest';
|
||||
|
||||
const downloadResponse: DownloadResponseDto = {
|
||||
|
||||
Reference in New Issue
Block a user