Update package name, adjust Biome config, and fix import order in e2e tests

This commit is contained in:
2026-01-04 23:43:13 +01:00
parent 3d2a92d283
commit 403e2ca922
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { Test, TestingModule } from "@nestjs/testing";
import { INestApplication } from "@nestjs/common";
import { Test, TestingModule } from "@nestjs/testing";
import request from "supertest";
import { App } from "supertest/types";
import { AppModule } from "../src/app.module";