upgrade plan

This commit is contained in:
2026-01-04 10:34:34 +03:30
parent 3c0b583a9d
commit 62aa24122e
13 changed files with 335 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { INestApplication } from "@nestjs/common";
import { Test, TestingModule } from "@nestjs/testing";
import * as request from "supertest";
import request from "supertest";
import { AppModule } from "./../src/app.module";