feat!: remove typeorm (#20366)

feat: remove typeorm
This commit is contained in:
Jason Rasmussen 2025-07-29 17:28:02 -04:00 committed by GitHub
parent 290e325c5c
commit 9b65cd4d7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
206 changed files with 13 additions and 4664 deletions

View file

@ -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;